Skip to content

Commit

Permalink
website(chore): cleanup log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue committed Nov 9, 2024
1 parent 2f7d311 commit d0adc5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/components/navbar/navbar-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ const DesktopNavigation = ({ lang, region, languages, regions, currencies, navig

export function NavbarClient(props: NavbarProps) {
const { backgroundColor } = useGlobalStateProvider();
console.log('nav background color', backgroundColor);

return (
<nav className={twMerge('theme-blue group/navbar fixed inset-x-0 top-0 z-20 flex flex-col', backgroundColor)}>
Expand Down

0 comments on commit d0adc5a

Please sign in to comment.