diff --git a/src/util-frontend.js b/src/util-frontend.js index 412ec920..a393ff5c 100644 --- a/src/util-frontend.js +++ b/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 } }