From: Ryan Dahl Date: Thu, 24 Jun 2010 16:37:18 +0000 (-0700) Subject: Remove switch-replace residue X-Git-Tag: v0.1.100~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=444b33584df0de604cf62744d6daa8f01aca34d5;p=platform%2Fupstream%2Fnodejs.git Remove switch-replace residue --- 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);