]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/page-editor.js
Added front-end toggle and testing of inline attachments
[bookstack] / resources / js / components / page-editor.js
index a0d8d38b129b3c4c8d4c8fde8eeb4f51e4a3f4a8..f66e23b19923d2814b12ea5e2da844892c563557 100644 (file)
@@ -74,7 +74,6 @@ class PageEditor {
     }
 
     setInitialFocus() {
-        console.log({'HAS': this.hasDefaultTitle});
         if (this.hasDefaultTitle) {
             return this.titleElem.select();
         }