diff --git a/public/js/editormd/editormd.min.js b/public/js/editormd/editormd.min.js index 89aaf1bc..758c2fcc 100755 --- a/public/js/editormd/editormd.min.js +++ b/public/js/editormd/editormd.min.js @@ -560,7 +560,6 @@ // 此处影响公式加载 editormd.loadScript(loadPath + "marked.min", function () { - editormd.$marked = marked; if (settings.previewCodeHighlight) { diff --git a/src/modules/tpm/challengesnew/tpm-md-editor.js b/src/modules/tpm/challengesnew/tpm-md-editor.js index 51e65e7e..2f9c820d 100644 --- a/src/modules/tpm/challengesnew/tpm-md-editor.js +++ b/src/modules/tpm/challengesnew/tpm-md-editor.js @@ -289,8 +289,6 @@ export default ({ mdID, onChange, onCMBeforeChange, onCMBlur, error = false, cla setEditorInstance(this) } }) - console.log('editor_instance'); - console.log(editor_instance); }, [containerId, editorInstance, startInit])