diff --git a/nodes/core/io/21-httpin.js b/nodes/core/io/21-httpin.js index 9ba61969c..2e2d0962e 100644 --- a/nodes/core/io/21-httpin.js +++ b/nodes/core/io/21-httpin.js @@ -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 = {};