diff --git a/nodes/io/21-httpin.js b/nodes/io/21-httpin.js index 0776d0383..97ebe9c44 100644 --- a/nodes/io/21-httpin.js +++ b/nodes/io/21-httpin.js @@ -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") {