Cleanup logging

This commit is contained in:
Jos de Jong 2020-09-02 16:06:26 +02:00
parent 45f8881e96
commit d67fffc7d5
1 changed files with 0 additions and 5 deletions

View File

@ -230,11 +230,6 @@ findRootPath
}
}
// TODO: cleanup
$: console.log('doc', doc)
$: console.log('state', state)
$: console.log('selection', selection)
function handleUndo() {
if (history.getState().canUndo) {
const item = history.undo()