mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove rogue console.logs
This commit is contained in:
parent
06731374a4
commit
df0110913a
@ -23,9 +23,7 @@ module.exports = function(RED) {
|
|||||||
this.op2 = n.op2 || "0";
|
this.op2 = n.op2 || "0";
|
||||||
this.op1type = n.op1type || "val";
|
this.op1type = n.op1type || "val";
|
||||||
this.op2type = n.op2type || "val";
|
this.op2type = n.op2type || "val";
|
||||||
console.log(n.extend,typeof n.extend);
|
|
||||||
this.extend = n.extend || "false";
|
this.extend = n.extend || "false";
|
||||||
console.log(this.extend);
|
|
||||||
this.units = n.units || "ms";
|
this.units = n.units || "ms";
|
||||||
this.duration = n.duration || 250;
|
this.duration = n.duration || 250;
|
||||||
if (this.duration <= 0) { this.duration = 0; }
|
if (this.duration <= 0) { this.duration = 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user