diff options
-rw-r--r-- | benchmark/http_simple.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js index 6d6b0d39c..8d66190e0 100644 --- a/benchmark/http_simple.js +++ b/benchmark/http_simple.js @@ -43,7 +43,6 @@ var server = http.createServer(function (req, res) { if (command == "bytes") { var n = parseInt(arg, 10) - debugger; if (n <= 0) throw "bytes called with n <= 0" if (stored[n] === undefined) { |