mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Nuke stray call to Editor.logLines
This commit is contained in:
@@ -927,8 +927,6 @@ describe "Editor", ->
|
||||
editor.visibleLines.trigger 'mouseup'
|
||||
expect(editor.getSelectedText()).toBe " return sort(left).concat(pivot).concat(sort(right));"
|
||||
|
||||
editor.logLines()
|
||||
|
||||
# Quad click
|
||||
point = [12, 3]
|
||||
editor.visibleLines.trigger mousedownEvent(editor: editor, point: point, originalEvent: {detail: 1})
|
||||
|
||||
Reference in New Issue
Block a user