Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-24 20:37:18 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-06-24 20:37:36 +0400
commit444b33584df0de604cf62744d6daa8f01aca34d5 (patch)
tree9800f2bd5787ecaafb3a13e8d169c06d7969ee20 /benchmark
parent0499618c2bc013bb36332c7a72561aefe58279f0 (diff)
Remove switch-replace residue
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/http_simple.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index 1ab9097fe3a..74e44961b54 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -3,8 +3,6 @@ Buffer = require("buffer").Buffer;
port = parseInt(process.env.PORT || 8000);
-var console.log = require("sys").console.log;
-
var old = (process.argv[2] == 'old');
console.log('pid ' + process.pid);