mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove console log from Switch node
This commit is contained in:
parent
fbd159a23a
commit
a17dcbde0f
@ -284,7 +284,6 @@
|
|||||||
node.rules.push(r);
|
node.rules.push(r);
|
||||||
});
|
});
|
||||||
this.propertyType = $("#node-input-property").typedInput('type');
|
this.propertyType = $("#node-input-property").typedInput('type');
|
||||||
console.log(JSON.parse($("#node-input-outputs").val()||"{}"));
|
|
||||||
},
|
},
|
||||||
oneditresize: function(size) {
|
oneditresize: function(size) {
|
||||||
var rows = $("#dialog-form>div:not(.node-input-rule-container-row)");
|
var rows = $("#dialog-form>div:not(.node-input-rule-container-row)");
|
||||||
|
Loading…
Reference in New Issue
Block a user