1
0
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:
Nick O'Leary 2017-02-08 20:43:26 +00:00
parent fbd159a23a
commit a17dcbde0f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

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