mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix lint
This commit is contained in:
parent
5d14efd9a0
commit
a6be8aea1c
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ const intlPolyfill = async function (locale) {
|
|||
if (!(shouldPolyfillLocale() ||
|
||||
shouldPolyfillPluralRules(locale) ||
|
||||
shouldPolyfillRelativeTimeFormat(locale))) {
|
||||
console.log('NOT polyfilling');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue