mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove debugging line
This commit is contained in:
parent
6c1a15a698
commit
aa36768d8a
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ define [
|
|||
return if change.action != "insert"
|
||||
pasted_text = change.lines.join("\n")
|
||||
paste_offset = @_aceRangeToShareJs(change.start)
|
||||
console.log "PASTE", pasted_text, paste_offset
|
||||
# We have to wait until the change has been processed by the range tracker,
|
||||
# since if we move the ops into place beforehand, they will be moved again
|
||||
# when the changes are processed by the range tracker. This ranges:dirty
|
||||
|
|
Loading…
Reference in a new issue