Skip to content

Commit df01109

Browse files
committed
Remove rogue console.logs
1 parent 0673137 commit df01109

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nodes/core/core/89-trigger.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ module.exports = function(RED) {
2323
this.op2 = n.op2 || "0";
2424
this.op1type = n.op1type || "val";
2525
this.op2type = n.op2type || "val";
26-
console.log(n.extend,typeof n.extend);
2726
this.extend = n.extend || "false";
28-
console.log(this.extend);
2927
this.units = n.units || "ms";
3028
this.duration = n.duration || 250;
3129
if (this.duration <= 0) { this.duration = 0; }

0 commit comments

Comments
 (0)