Skip to content

Commit

Permalink
fix(dashboard): remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
diboune committed May 1, 2023
1 parent 197b4a7 commit b54450b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dashboard/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const usePersistLocale = () => {
useEffect(() => {
const locale = localStorage.getItem('locale') as Parameters<typeof changeLocale>[0] | null;
if (locale) {
console.log(locale);
changeLocale(locale);
}
}, []);
Expand Down

0 comments on commit b54450b

Please sign in to comment.