diff --git a/src/components/MarkdownEditor/index.vue b/src/components/MarkdownEditor/index.vue index 743cddbd..9847668a 100644 --- a/src/components/MarkdownEditor/index.vue +++ b/src/components/MarkdownEditor/index.vue @@ -57,7 +57,6 @@ export default { } }, mounted() { - console.log(this.toolbar.length) this.simplemde = new SimpleMDE({ element: document.getElementById(this.id), autoDownloadFontAwesome: false,