Skip to content

Commit

Permalink
chore: cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnartorfis committed Sep 5, 2024
1 parent 57d2c04 commit 074c14d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/use-colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const dark: typeof light = {
export const useColors = () => {
const scheme = useColorScheme();

console.log(scheme);

if (scheme === 'dark') {
return dark;
}
Expand Down

0 comments on commit 074c14d

Please sign in to comment.