From 444b33584df0de604cf62744d6daa8f01aca34d5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 24 Jun 2010 09:37:18 -0700 Subject: [PATCH] Remove switch-replace residue --- benchmark/http_simple.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js index 1ab9097..74e4496 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); -- 2.7.4