Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-Rise committed Jul 20, 2022
1 parent 9e8a3e5 commit c93b54c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/theme/src/theme.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ type ThemeReducerAction =
| ThemeReducerActionSetPreferences;

const themeReducer: Reducer<ThemeReducerState, ThemeReducerAction> = (prevState, action) => {
console.debug(action);

switch (action.type) {
case ThemeReducerActions.SET_IS_THEME_DARK: {
return {
Expand Down

0 comments on commit c93b54c

Please sign in to comment.