]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/components/wysiwyg-editor.js
Merge branch 'unicode' of git://github.com/kostasdizas/BookStack into kostasdizas...
[bookstack] / resources / assets / js / components / wysiwyg-editor.js
index a356c6a9e2a0a4fcfa75028caa78a21ddf94c560..be0aaf18a1ebc742cd1adabe4b413e3466cbcaab 100644 (file)
@@ -557,7 +557,6 @@ class WysiwygEditor {
                 });
 
                 function editorChange() {
-                    console.log('CHANGE');
                     let content = editor.getContent();
                     window.$events.emit('editor-html-change', content);
                 }