Cleanup logging
This commit is contained in:
parent
45f8881e96
commit
d67fffc7d5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue