Remove logging

This commit is contained in:
Nathan Sobo 2012-07-26 10:08:16 -06:00
parent 31914d1056
commit f2fa9793b1

View File

@ -321,8 +321,6 @@ describe "CommandPanel", ->
_.times previewList.getOperations().length, -> previewList.trigger 'move-up'
console.log previewList.find('li:first').position().top
describe "when command-panel:execute is triggered on the preview list", ->
it "opens the operation's buffer, selects the search result, and focuses the active editor", ->
spyOn(rootView, 'focus')