mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
remove superflous console.log from rbe node
This commit is contained in:
parent
f57d8b388a
commit
35eb6d71cd
@ -26,7 +26,6 @@ module.exports = function(RED) {
|
|||||||
this.pc = true;
|
this.pc = true;
|
||||||
this.gap = parseFloat(this.gap);
|
this.gap = parseFloat(this.gap);
|
||||||
}
|
}
|
||||||
console.log(this.gap, this.pc);
|
|
||||||
this.g = this.gap;
|
this.g = this.gap;
|
||||||
var node = this;
|
var node = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user