mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02:00
Remove erroneous log
This commit is contained in:
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user