Skip to content

Commit 398ae6d

Browse files
committed
docs(select): remove comment
1 parent 8df50f4 commit 398ae6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/select/select.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ export class Select implements ComponentInterface {
548548
}
549549

550550
private createActionSheetButtons(data: HTMLIonSelectOptionElement[], selectValue: any): ActionSheetButton[] {
551-
console.log('createActionSheetButtons', data, selectValue);
552551
const actionSheetButtons = data.map((option) => {
553552
const value = getOptionValue(option);
554553

0 commit comments

Comments
 (0)