Skip to content

Commit

Permalink
fix: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed Jul 29, 2024
1 parent 0263ad2 commit 4e8604a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/withNextIntl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ parameters: {
const currentLocale = locale || defaultLocale;
const currentMessages = messages[currentLocale] || {};

console.log('-'.repeat(50));
console.log({currentMessages, locale, currentLocale});
console.log('-'.repeat(50));

return (
<IntlProvider messages={currentMessages} locale={currentLocale}>
{StoryFn(context) as ReactNode | null}
Expand Down

0 comments on commit 4e8604a

Please sign in to comment.