Remove log lines

This commit is contained in:
Ben Ogle
2013-12-11 17:44:00 -08:00
parent 1f69963982
commit ed745d2072

View File

@@ -717,6 +717,3 @@ class TextBuffer extends telepath.Model
else
bufferRow += numberLines
bufferColumn = computeBufferColumn(change.value)
# console.log 'after', bufferRow, bufferColumn, change
# console.log @getText()