Skip to content

Commit 08bec7a

Browse files
committed
Remove debugger statement from http_simple.js
results in slow bench
1 parent 5a05992 commit 08bec7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/http_simple.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ var server = http.createServer(function (req, res) {
4343

4444
if (command == "bytes") {
4545
var n = parseInt(arg, 10)
46-
debugger;
4746
if (n <= 0)
4847
throw "bytes called with n <= 0"
4948
if (stored[n] === undefined) {

0 commit comments

Comments
 (0)