From 41552625e0f076bc2ffcfc0d6dbfc837dbc7f829 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Mon, 15 Dec 2014 17:01:58 +0000 Subject: [PATCH] remove spurious line of debug from http node --- nodes/core/io/21-httpin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/core/io/21-httpin.js b/nodes/core/io/21-httpin.js index 6f561cd55..9d65b286d 100644 --- a/nodes/core/io/21-httpin.js +++ b/nodes/core/io/21-httpin.js @@ -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 = {};