mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-12 16:44:12 -08:00
Remove "Skip Timezone" console log from frontend
This commit is contained in:
parent
cc9fe26584
commit
756f317f82
|
@ -30,7 +30,7 @@ export function timezoneList() {
|
||||||
time: getTimezoneOffset(timezone.tzCode),
|
time: getTimezoneOffset(timezone.tzCode),
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log("Skip Timezone: " + timezone.tzCode);
|
// Skipping not supported timezone.tzCode by dayjs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue