From 08bec7ab0a9be15373d89492123b210fd0a05763 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 6 Jan 2011 18:07:48 -0800 Subject: [PATCH] Remove debugger statement from http_simple.js results in slow bench --- benchmark/http_simple.js | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js index 6d6b0d39c4..8d66190e0f 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) {