diff --git a/packages/core/index.html b/packages/core/index.html index 2490ad9e4..6dfc5ba11 100755 --- a/packages/core/index.html +++ b/packages/core/index.html @@ -150,10 +150,6 @@ }, }); - editor.on('patch:update', ({ patch }) => console.log('patch:update', patch)); - editor.on('patch:undo', ({ patch }) => console.log('patch:undo', patch)); - editor.on('patch:redo', ({ patch }) => console.log('patch:redo', patch)); - editor.BlockManager.add('testBlock', { label: 'Block', attributes: { class: 'gjs-fonts gjs-f-b1' },