Remove debug print

This commit is contained in:
Alan Bernstein 2017-04-26 14:17:26 -05:00
parent 183d78b027
commit f9e21359f7

View file

@ -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