Skip to content

Commit 66cb949

Browse files
committed
cleaned console statement
1 parent 6ba0970 commit 66cb949

File tree

1 file changed

+0
-4
lines changed
  • web/src/apps/main/redux/reducers/settings

1 file changed

+0
-4
lines changed

web/src/apps/main/redux/reducers/settings/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ export const settings = (
3737
exact: false,
3838
strict: false,
3939
});
40-
console.log({
41-
payload: action.payload.language.code,
42-
match: match?.params.lang,
43-
});
4440

4541
const langPrefix =
4642
action.payload.language.code === "en" ? "" : `/${action.payload.language.code}`;

0 commit comments

Comments
 (0)