mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rogue console.log
This commit is contained in:
@@ -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") {
|
||||
|
Reference in New Issue
Block a user