Skip to content

Commit

Permalink
Remvove console log localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Sep 23, 2024
1 parent 5958f93 commit b619fb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const App = () => {
}

dispatch(setLang(langFromStorage!));
// eslint-disable-next-line no-console
console.log(langFromStorage ? langFromStorage : null);
}, []);

useEffect(() => {
Expand Down

0 comments on commit b619fb9

Please sign in to comment.