Skip to content

Commit

Permalink
Remove debug console
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Nov 9, 2023
1 parent 3e3b16c commit 58ce7f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/l10n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@ async function run(argv: yargs.ArgumentsCamelCase<HandlerArgv>) {
extractAndReplaceTranslations(localePath);

if (!transformedCode || Object.keys(existingTranslations).length === 0) {
console.info('returning:', localeCode, localePath, {
translationsLength: Object.keys(existingTranslations).length,
});
return;
}

Expand Down

0 comments on commit 58ce7f6

Please sign in to comment.