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)