mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Rogue console.log
This commit is contained in:
parent
5e8e35e6fa
commit
e6fe875e25
@ -28,7 +28,6 @@ function HTTPIn(n) {
|
|||||||
|
|
||||||
var node = this;
|
var node = this;
|
||||||
this.callback = function(req,res) {
|
this.callback = function(req,res) {
|
||||||
console.log(arguments.length);
|
|
||||||
node.send({req:req,res:res});
|
node.send({req:req,res:res});
|
||||||
}
|
}
|
||||||
if (this.method == "get") {
|
if (this.method == "get") {
|
||||||
|
Loading…
Reference in New Issue
Block a user