From 3731da5df5bfcc058bdddbc86bca1df411ab8891 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 14 Jul 2020 14:11:18 -0400 Subject: [PATCH] Removed unwanted Ace Editor logs --- components/ui/ace-editor.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ui/ace-editor.vue b/components/ui/ace-editor.vue index 10f147c84..ca77e09bc 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) {