mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
commented logging
This commit is contained in:
parent
a2bfdd8925
commit
63a7d37f5a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user