From cd67dc2eb61ebee68020010575dff3136f522600 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 2 Apr 2014 16:33:41 +0200 Subject: [PATCH] oubli --- songbook_core/templates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/songbook_core/templates.py b/songbook_core/templates.py index 58143195..dfba1deb 100644 --- a/songbook_core/templates.py +++ b/songbook_core/templates.py @@ -106,7 +106,6 @@ class TexRenderer(object): '\(% endvariables %\)', re.DOTALL) for template_name in templates: filename = self.texenv.get_template(template_name).filename - print filename with open(filename, 'r') as template_file: content = template_file.read() match = re.search(regex, content)