Browse Source
Merge pull request #500 from Saibamen/remove_timezone_console_log
Remove "Skip Timezone" console log from frontend
pull/487/head^2
Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/util-frontend.js
|
|
@ -30,7 +30,7 @@ export function timezoneList() { |
|
|
|
time: getTimezoneOffset(timezone.tzCode), |
|
|
|
}); |
|
|
|
} catch (e) { |
|
|
|
console.log("Skip Timezone: " + timezone.tzCode); |
|
|
|
// Skipping not supported timezone.tzCode by dayjs
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|