diff --git a/scripts/check-i18n.js b/scripts/check-i18n.js index d5b9f36..cd00c86 100644 --- a/scripts/check-i18n.js +++ b/scripts/check-i18n.js @@ -203,7 +203,7 @@ async function summarise() { } } else { summary += 'No errors found\n\n'; - console.log(`::notice file=src/i18n/${locale}.yml::No errors found`); + // console.log(`::notice file=src/i18n/${locale}.yml::No errors found`); } console.log('::endgroup::');