Browse Source

remove un-needed console log

translationFix
Jonathon Hammond 3 years ago
committed by GitHub
parent
commit
05c4da263f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/header.tsx

1
src/components/header.tsx

@ -241,7 +241,6 @@ const LogoLink = React.memo(() => {
}); });
const Header = ({ hideSubBar, ...rest }: any) => { const Header = ({ hideSubBar, ...rest }: any) => {
console.log('rest', useRouter().locale);
return ( return (
<> <>
<HeaderWrapper> <HeaderWrapper>

Loading…
Cancel
Save