Skip to content

Commit 7691b94

Browse files
remove the log
1 parent 161a953 commit 7691b94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/kit-headless/src/components/combobox/combobox-inline.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ export const HComboboxRoot: Component<InternalComboboxProps & HComboboxRootImplP
111111
case HComboboxItemLabel: {
112112
const displayValue = getInnerText(child.props.children);
113113

114-
console.log(displayValue);
115-
116114
// distinct value, or the display value is the same as the value
117115
const value = (givenItemValue !== null ? givenItemValue : displayValue) as string;
118116

0 commit comments

Comments
 (0)