remove superflous console.log from rbe node

This commit is contained in:
Dave Conway-Jones 2015-07-05 22:44:09 +01:00
parent f57d8b388a
commit 35eb6d71cd
1 changed files with 0 additions and 1 deletions

View File

@ -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;