From 77606b969c64a40fa03fed1274f91309424cc2f4 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 9 Apr 2012 15:53:33 -0600 Subject: [PATCH] :lipstick: --- benchmark/benchmark-suite.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/benchmark-suite.coffee b/benchmark/benchmark-suite.coffee index 8c4ac34c9..73dc41345 100644 --- a/benchmark/benchmark-suite.coffee +++ b/benchmark/benchmark-suite.coffee @@ -47,7 +47,6 @@ describe "editor.", -> editor.setBuffer new Buffer(require.resolve('fixtures/huge.js')) editor.moveCursorToBottom() endPosition = editor.getCursorScreenPosition() - console.log endPosition fbenchmark "move-to-beginning-of-word", -> editor.moveCursorToBeginningOfWord()