Skip to content

Commit

Permalink
chore: logggin
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 2, 2024
1 parent bbd31df commit 400aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ function getSystemAppearance() {
}

export function getRealTheme(th = theme) {
DEV_LOG && console.log('getRealTheme', theme);
if (th === 'auto') {
try {
th = getSystemAppearance() as any;
Expand All @@ -159,6 +158,7 @@ export function getRealTheme(th = theme) {
console.error('getRealTheme', err, err.stack);
}
}
DEV_LOG && console.log('getRealTheme', theme, th);
return th;
}

Expand Down

0 comments on commit 400aa9e

Please sign in to comment.