Skip to content

Commit

Permalink
remove the log
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Aug 30, 2024
1 parent 161a953 commit 7691b94
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export const HComboboxRoot: Component<InternalComboboxProps & HComboboxRootImplP
case HComboboxItemLabel: {
const displayValue = getInnerText(child.props.children);

console.log(displayValue);

// distinct value, or the display value is the same as the value
const value = (givenItemValue !== null ? givenItemValue : displayValue) as string;

Expand Down

0 comments on commit 7691b94

Please sign in to comment.