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() {
|
function handleUndo() {
|
||||||
if (history.getState().canUndo) {
|
if (history.getState().canUndo) {
|
||||||
const item = history.undo()
|
const item = history.undo()
|
||||||
|
|
Loading…
Reference in New Issue