mirror of https://github.com/node-red/node-red.git
remove spurious line of debug from http node
parent
27ef7d972f
commit
41552625e0
|
@ -182,7 +182,6 @@ module.exports = function(RED) {
|
|||
method = "GET"; // - in which case default to GET
|
||||
}
|
||||
}
|
||||
node.log(method+" : "+url);
|
||||
var opts = urllib.parse(url);
|
||||
opts.method = method;
|
||||
opts.headers = {};
|
||||
|
|
Loading…
Reference in New Issue