Nuke stray call to Editor.logLines

This commit is contained in:
Nathan Sobo 2012-05-21 19:00:02 -07:00
parent 72f1874c5b
commit 3f4c7deb30

View File

@ -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})