Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 7, 2024
1 parent 4ccff23 commit 50e0e0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,8 @@ export function createMuiDsfrTheme(
params: { isDark: boolean; breakpointsValues: BreakpointsValues },
...args: object[]
): MuiTheme {
console.log("test");
const muiTheme = createTheme(getMuiDsfrThemeOptions(params), ...args);

return muiTheme;
}

Expand Down

0 comments on commit 50e0e0d

Please sign in to comment.