From: Ryan Dahl Date: Fri, 7 Jan 2011 02:07:48 +0000 (-0800) Subject: Remove debugger statement from http_simple.js X-Git-Tag: v0.3.4~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08bec7ab0a9be15373d89492123b210fd0a05763;p=platform%2Fupstream%2Fnodejs.git Remove debugger statement from http_simple.js results in slow bench --- diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js index 6d6b0d3..8d66190 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) {