diff options
author | emkael <emkael@tlen.pl> | 2017-03-15 16:22:44 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-03-15 16:22:44 +0100 |
commit | 6e4a24c7d60175fcfb029cdd3b178a7b5f079aaf (patch) | |
tree | 2632e7ba9b28d9761605e28281d8ea0c398d5d50 /bin/tpl2c.py | |
parent | d2331ea5df339a69703df7506eb9359eb6ce3328 (diff) |
* leftover debug information removed
Diffstat (limited to 'bin/tpl2c.py')
-rwxr-xr-x | bin/tpl2c.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/tpl2c.py b/bin/tpl2c.py index 248cdf3..35a3ae6 100755 --- a/bin/tpl2c.py +++ b/bin/tpl2c.py @@ -82,7 +82,6 @@ for taltag in xml_content.xpath('//*[@i18n:translate]', namespaces=namespaces): parent.text = (parent.text or '') + variable.tail parent.remove(variable) token = taltag.text.strip() - print token linelabel = str(taltag.sourceline-1) if linelabel not in tokens: tokens[linelabel] = [] |