Remove logging of screen lines in spec

This commit is contained in:
Kevin Sawicki
2014-07-22 14:51:13 -07:00
parent 8099c46c8e
commit bc4173f856

View File

@@ -2652,7 +2652,6 @@ describe "EditorView", ->
expect(editor.getCursorBufferPosition()).toEqual [0, 0]
expect(buffer.lineForRow(0)).toBe 'var quicksort = function () {'
expect(buffer.lineForRow(13)).toBe 'var a = function() {'
editor.logScreenLines()
expect(editor.isFoldedAtBufferRow(0)).toBe true
expect(editor.isFoldedAtBufferRow(13)).toBe true