diff --git a/src/app/[locale]/playlist/[id]/page.tsx b/src/app/[locale]/playlist/[id]/page.tsx index 64fb5f80..c1e99c8b 100644 --- a/src/app/[locale]/playlist/[id]/page.tsx +++ b/src/app/[locale]/playlist/[id]/page.tsx @@ -23,7 +23,6 @@ export default async function PlaylistPage({ params } : Props) { const { id, locale } = parameters const identifier = id as string; - console.log(locale) // Enable static rendering setRequestLocale(locale);