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()