Skip to content

Commit

Permalink
chore: removes log statements in Tabbar (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Sep 11, 2023
1 parent 24fc316 commit 61c3681
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/dnb-design-system-portal/src/shared/tags/Tabbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export default function Tabbar({
({ title }) => !hideTabs?.find(({ title: t }) => t === title),
)
.map(({ key, ...rest }) => {
console.log('-------------------')
console.log('key', key)
const search = cleanFullscreen(location.search)
key = [
rootPath,
Expand All @@ -88,10 +86,6 @@ export default function Tabbar({
location.hash,
].join('')

// console.log('to', to)
console.log('rootPath', rootPath)
console.log('to', key)

return { ...rest, key, to: key }
})
)
Expand Down

0 comments on commit 61c3681

Please sign in to comment.