Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisPannekeet committed Mar 7, 2024
1 parent 3658315 commit 91dd925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/radioinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91dd925

Please sign in to comment.