We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3ec4b commit 5fbef5eCopy full SHA for 5fbef5e
next/src/components/header/language-switcher.tsx
@@ -21,8 +21,6 @@ export function LanguageSwitcher() {
21
const activeLocale = useLocale();
22
const params = useParams();
23
24
- console.log(languageLinks[activeLocale]);
25
-
26
return (
27
<DropdownMenu>
28
<span className="sr-only">{t("language-switcher")}</span>
0 commit comments