Rogue console.log

This commit is contained in:
Nicholas O'Leary 2013-10-14 09:33:25 +01:00
parent 5e8e35e6fa
commit e6fe875e25
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ function HTTPIn(n) {
var node = this;
this.callback = function(req,res) {
console.log(arguments.length);
node.send({req:req,res:res});
}
if (this.method == "get") {