Remove debugging line

This commit is contained in:
James Allen 2017-03-16 16:01:03 +00:00
parent 6c1a15a698
commit aa36768d8a

View file

@ -281,7 +281,6 @@ define [
return if change.action != "insert" return if change.action != "insert"
pasted_text = change.lines.join("\n") pasted_text = change.lines.join("\n")
paste_offset = @_aceRangeToShareJs(change.start) 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, # 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 # 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 # when the changes are processed by the range tracker. This ranges:dirty