This commit is contained in:
rschamp 2021-11-01 11:10:22 -04:00
parent 5d14efd9a0
commit a6be8aea1c

View file

@ -19,7 +19,6 @@ const intlPolyfill = async function (locale) {
if (!(shouldPolyfillLocale() ||
shouldPolyfillPluralRules(locale) ||
shouldPolyfillRelativeTimeFormat(locale))) {
console.log('NOT polyfilling');
return;
}