From 63a7d37f5a34d39f26418c61bc1a817f4a4b68f4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 18 Oct 2017 14:41:54 +0100 Subject: [PATCH] commented logging --- scripts/gen-i18n.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/gen-i18n.js b/scripts/gen-i18n.js index f8f6769507..e15263fb34 100644 --- a/scripts/gen-i18n.js +++ b/scripts/gen-i18n.js @@ -71,7 +71,6 @@ function getTranslations(file) { estreeWalker.walk(tree, { enter: function(node, parent) { - //console.log(node); if ( node.type == 'CallExpression' && TRANSLATIONS_FUNCS.includes(node.callee.name)