From 91dd925faa0cd93a1c367f7a5491799739ce22c5 Mon Sep 17 00:00:00 2001 From: Joris Pannekeet Date: Thu, 7 Mar 2024 15:58:59 +0100 Subject: [PATCH] fix: remove console --- src/components/radioinput.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/radioinput.js b/src/components/radioinput.js index 63b24c655..2428ef14f 100644 --- a/src/components/radioinput.js +++ b/src/components/radioinput.js @@ -82,7 +82,6 @@ } else if (isPageVariableProperty) { resolvedCurrentValue = getValue(defaultValueText); } else if (kind === undefined) { - console.log('d'); // if kind is undefined, it is non property based resolvedCurrentValue = ''; } else {