From f2fa9793b1bd05c83dba27c87593b426cb206019 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 26 Jul 2012 10:08:16 -0600 Subject: [PATCH] Remove logging --- spec/extensions/command-panel-spec.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/extensions/command-panel-spec.coffee b/spec/extensions/command-panel-spec.coffee index 9fe0e52f2..e11359bef 100644 --- a/spec/extensions/command-panel-spec.coffee +++ b/spec/extensions/command-panel-spec.coffee @@ -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')