mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove spurious line of debug from http node
This commit is contained in:
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
Block a user