Skip to content

Commit 496b47b

Browse files
committed
Remove a leftover console.log
1 parent b03f2c5 commit 496b47b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/components/src/components/tabs/index.client.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,6 @@ function useActiveTabFromURL(
227227
tabsInSearchParams.includes(getTabKey(items, index, id)),
228228
);
229229

230-
console.log({
231-
searchParams,
232-
tabIndexFromSearchParams,
233-
tabsInSearchParams,
234-
items,
235-
id,
236-
});
237-
238230
useIsomorphicLayoutEffect(() => {
239231
const tabPanel = hash
240232
? tabPanelsRef.current?.querySelector(`[role=tabpanel]:has([id="${hash}"])`)

0 commit comments

Comments
 (0)