Remove erroneous log

This commit is contained in:
Shane Kilkelly 2017-07-03 13:37:06 +01:00
parent 7ecadb14f6
commit 127d5ded86

View file

@ -162,7 +162,6 @@ define [
data.completer =
insertMatch: (editor, matchData) ->
console.log ">> custom insertMatch"
console.log ">> data", data
ranges = editor.selection.getAllRanges()
for range in ranges
range.start.column -= completions.filterText.length;