commented logging

pull/21833/head
David Baker 2017-10-18 14:41:54 +01:00
parent a2bfdd8925
commit 63a7d37f5a
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ function getTranslations(file) {
estreeWalker.walk(tree, { estreeWalker.walk(tree, {
enter: function(node, parent) { enter: function(node, parent) {
//console.log(node);
if ( if (
node.type == 'CallExpression' && node.type == 'CallExpression' &&
TRANSLATIONS_FUNCS.includes(node.callee.name) TRANSLATIONS_FUNCS.includes(node.callee.name)