mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
remove superflous console.log from rbe node
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user