mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 09:44:34 +00:00
Remove erroneous log
This commit is contained in:
parent
7ecadb14f6
commit
127d5ded86
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue