Skip to content

Commit 5a2b23e

Browse files
committed
remove log
1 parent c0c62c9 commit 5a2b23e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/picker-column/picker-column.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ export class PickerColumn implements ComponentInterface {
631631
private renderAssistiveFocusable = () => {
632632
const { activeItem } = this;
633633
const valueText = this.getOptionValueText(activeItem);
634-
console.log('setting value text to RENDER', valueText);
635634

636635
/**
637636
* When using the picker, the valuetext provides important context that valuenow

0 commit comments

Comments
 (0)