mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
revert logging of every url request from http reg node.
This commit is contained in:
parent
dded87c134
commit
c61d4d3209
@ -153,7 +153,7 @@ module.exports = function(RED) {
|
||||
url = nodeUrl;
|
||||
}
|
||||
var method = (msg.method||nodeMethod).toUpperCase();
|
||||
node.log(method+" : "+url);
|
||||
//node.log(method+" : "+url);
|
||||
var opts = urllib.parse(url);
|
||||
opts.method = method;
|
||||
opts.headers = {};
|
||||
|
Loading…
Reference in New Issue
Block a user