Browse Source

Remove "Skip Timezone" console log from frontend

pull/500/head
Adam Stachowicz 3 years ago
parent
commit
756f317f82
  1. 2
      src/util-frontend.js

2
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
}
}

Loading…
Cancel
Save