]> BookStack Code Mirror - bookstack/blobdiff - resources/js/markdown/index.mts
Deps: Updated PHP composer dependancy versions, fixed test namespaces
[bookstack] / resources / js / markdown / index.mts
index 4cd89c0777f090aa31f2d3cb34736c8c9952c5d1..0a6e974b74a7d76ed490a2bb6e740ba4f78e82ea 100644 (file)
@@ -62,7 +62,6 @@ export async function init(config: MarkdownEditorConfig): Promise<MarkdownEditor
         editor.input.teardown();
         editor.input = newInput;
     });
-    // window.devinput = editor.input;
 
     listenToCommonEvents(editor);