diff --git a/packages/node_modules/@node-red/nodes/core/common/21-debug.html b/packages/node_modules/@node-red/nodes/core/common/21-debug.html index 40680b16f..51e47e2f2 100644 --- a/packages/node_modules/@node-red/nodes/core/common/21-debug.html +++ b/packages/node_modules/@node-red/nodes/core/common/21-debug.html @@ -530,7 +530,6 @@ if (type !== 'full') { comp = $("#node-input-typed-complete").typedInput('value'); } - console.log('hihi') that.statusType = "auto"; that.statusVal = comp; } diff --git a/packages/node_modules/@node-red/nodes/core/common/60-link.html b/packages/node_modules/@node-red/nodes/core/common/60-link.html index e70f59ab6..f592bcd3d 100644 --- a/packages/node_modules/@node-red/nodes/core/common/60-link.html +++ b/packages/node_modules/@node-red/nodes/core/common/60-link.html @@ -302,7 +302,6 @@ return this.name?"node_label_italic":""; }, oneditprepare: function() { - console.log("link call oneditprepare") const updateVisibility = function() { const static = $('#node-input-linkType').val() !== "dynamic"; if(static) {