From 8d7c6f46b75d25875dad2223028e985dc9d16820 Mon Sep 17 00:00:00 2001 From: Dmitry Yankowski Date: Tue, 25 Feb 2020 20:49:19 -0500 Subject: [PATCH] Remove shouldLint variable --- components/ace-editor.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/ace-editor.vue b/components/ace-editor.vue index 9477bdb65..0ac6b2369 100644 --- a/components/ace-editor.vue +++ b/components/ace-editor.vue @@ -84,9 +84,6 @@ export default { }, mounted() { - // Set whether or not we should lint the editors contents - this.shouldLint = this.lint - const editor = ace.edit(this.$refs.editor, { mode: `ace/mode/${this.lang}`, ...this.options,