1
0
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:
Dave C-J 2014-12-15 17:01:58 +00:00
parent 27ef7d972f
commit 41552625e0

View File

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