diff --git a/components/ui/ace-editor.vue b/components/ui/ace-editor.vue index 10f147c8..ca77e09b 100644 --- a/components/ui/ace-editor.vue +++ b/components/ui/ace-editor.vue @@ -76,7 +76,6 @@ export default { }) }, lang(value) { - console.log("ace/mode/" + value) this.editor.getSession().setMode("ace/mode/" + value) }, options(value) {