mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
Remove debug print
This commit is contained in:
parent
183d78b027
commit
f9e21359f7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue