From 6e4a24c7d60175fcfb029cdd3b178a7b5f079aaf Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 15 Mar 2017 16:22:44 +0100 Subject: * leftover debug information removed --- bin/tpl2c.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/tpl2c.py') 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] = [] -- cgit v1.2.3