1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Removed console.log & added readme discord badge

This commit is contained in:
Dan Brown
2019-08-11 20:30:51 +01:00
parent 20c36d58a6
commit 4de432b50d
2 changed files with 1 additions and 1 deletions

View File

@@ -557,7 +557,6 @@ class WysiwygEditor {
});
function editorChange() {
console.log('CHANGE');
let content = editor.getContent();
window.$events.emit('editor-html-change', content);
}