revert logging of every url request from http reg node.

This commit is contained in:
Dave C-J 2014-06-12 21:16:41 +01:00
parent dded87c134
commit c61d4d3209
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {};