🔥 Errant console.log

This commit is contained in:
Machiste Quintana 2015-05-03 20:32:44 -04:00
parent 1f023d1d2c
commit 93e019407d

View File

@ -945,8 +945,6 @@ class TextEditor extends Model
insertionPoint = selection.end
text = @buffer.getTextInRange(range)
console.log(text)
@buffer.insert(insertionPoint, text)
@buffer.delete(range)
translatedRanges.push(selection.translate(translationDelta))