Skip to content

Commit 626370b

Browse files
thetaPCShaneK
andauthored
Update core/src/components/action-sheet/action-sheet.tsx
Co-authored-by: Shane <[email protected]>
1 parent 6aab5bd commit 626370b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/action-sheet/action-sheet.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ export class ActionSheet implements ComponentInterface, OverlayInterface {
503503
private renderActionSheetButtons(filteredButtons: ActionSheetButton[]) {
504504
const mode = getIonMode(this);
505505
const { activeRadioId } = this;
506-
console.log('Rendering buttons with activeRadioId:', activeRadioId);
507506

508507
return filteredButtons.map((b, index) => {
509508
const isRadio = b.role === 'radio';

0 commit comments

Comments
 (0)