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
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@
node.rules.push(r);
});
this.propertyType = $("#node-input-property").typedInput('type');
console.log(JSON.parse($("#node-input-outputs").val()||"{}"));
},
oneditresize: function(size) {
var rows = $("#dialog-form>div:not(.node-input-rule-container-row)");