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