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
1 changed files with 0 additions and 1 deletions

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