From fecd3ae06eedd46e2928e60697fa732074ff3ab8 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Thu, 22 Nov 2018 15:51:45 +0200 Subject: [PATCH] Remove unnecessary print out --- translations | 1 - 1 file changed, 1 deletion(-) 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);