diff --git a/translations b/translations index 5a34a63a..c4b9b7a6 100755 --- a/translations +++ b/translations @@ -44,7 +44,6 @@ const run = () => { targetKeys = Object.keys(target); const diff = difference(sourceKeys, targetKeys); - console.log(`target: ${target}`); if (diff.length > 0) { return selectKey(targetLang, diff, source, target);