Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Dec 9, 2024
1 parent a37fb3d commit ebebf8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/[locale]/playlist/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ebebf8b

Please sign in to comment.