Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Aug 2, 2022
1 parent 53909a6 commit bde5378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/providers/UIProvider/UIProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { getLocalStorageItem } from 'utils/storage';

const resolveMode = (): themeMode => {
const value = getLocalStorageItem('unleash-theme');
console.log(value);
if (value) {
return value as themeMode;
}
Expand Down

0 comments on commit bde5378

Please sign in to comment.