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)