From 35eb6d71cd407eca0cbcfdc05a3b10c8d87a0f3b Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 5 Jul 2015 22:44:09 +0100 Subject: [PATCH] remove superflous console.log from rbe node --- function/rbe/rbe.js | 1 - 1 file changed, 1 deletion(-) diff --git a/function/rbe/rbe.js b/function/rbe/rbe.js index 06ded8a4..ea7526da 100644 --- a/function/rbe/rbe.js +++ b/function/rbe/rbe.js @@ -26,7 +26,6 @@ module.exports = function(RED) { this.pc = true; this.gap = parseFloat(this.gap); } - console.log(this.gap, this.pc); this.g = this.gap; var node = this;