Remove switch-replace residue
authorRyan Dahl <ry@tinyclouds.org>
Thu, 24 Jun 2010 16:37:18 +0000 (09:37 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 24 Jun 2010 16:37:36 +0000 (09:37 -0700)
benchmark/http_simple.js

index 1ab9097..74e4496 100644 (file)
@@ -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);