mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
🔥 Errant console.log
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user