Skip to content

Commit

Permalink
fix(combobox): invalid log
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Mar 22, 2024
1 parent 358725e commit a66a616
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/combobox/src/ComboboxItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export const Items = forwardRef(

const isOpen = ctx.hasPopover ? ctx.isOpen : true

console.log('isLoading', ctx.isLoading)

return (
<ul
ref={ref}
Expand Down

0 comments on commit a66a616

Please sign in to comment.