Merge pull request #3575 from ralphwetzel/patch-1

remove debugging remnants
This commit is contained in:
Stephen McLaughlin
2022-05-05 08:10:38 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -530,7 +530,6 @@
if (type !== 'full') { if (type !== 'full') {
comp = $("#node-input-typed-complete").typedInput('value'); comp = $("#node-input-typed-complete").typedInput('value');
} }
console.log('hihi')
that.statusType = "auto"; that.statusType = "auto";
that.statusVal = comp; that.statusVal = comp;
} }

View File

@@ -302,7 +302,6 @@
return this.name?"node_label_italic":""; return this.name?"node_label_italic":"";
}, },
oneditprepare: function() { oneditprepare: function() {
console.log("link call oneditprepare")
const updateVisibility = function() { const updateVisibility = function() {
const static = $('#node-input-linkType').val() !== "dynamic"; const static = $('#node-input-linkType').val() !== "dynamic";
if(static) { if(static) {