From f9e21359f7b78f6aa644f5a377bf07489a3fd45a Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Wed, 26 Apr 2017 14:17:26 -0500 Subject: [PATCH] Remove debug print --- webui/assets/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/assets/main.js b/webui/assets/main.js index 4ac04fbb4..190493edc 100644 --- a/webui/assets/main.js +++ b/webui/assets/main.js @@ -81,7 +81,6 @@ class REPL { word_start-- } var input_word = this.input.value.substring(word_start, this.input.selectionEnd) - console.log(word_start, input_word) // check for keyword match and insert // this just stops at the first match