We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0673137 commit df01109Copy full SHA for df01109
1 file changed
nodes/core/core/89-trigger.js
@@ -23,9 +23,7 @@ module.exports = function(RED) {
23
this.op2 = n.op2 || "0";
24
this.op1type = n.op1type || "val";
25
this.op2type = n.op2type || "val";
26
- console.log(n.extend,typeof n.extend);
27
this.extend = n.extend || "false";
28
- console.log(this.extend);
29
this.units = n.units || "ms";
30
this.duration = n.duration || 250;
31
if (this.duration <= 0) { this.duration = 0; }
0 commit comments