Removed a debugging print statement

This commit is contained in:
Raphael Michel
2015-08-22 17:19:40 +02:00
parent ec9df17595
commit c091b2bca9

View File

@@ -41,7 +41,6 @@ class PdfTicketOutput(BaseTicketOutput):
pagesize = getattr(pagesizes, orientation)(pagesize)
fname = self.settings.get('background', as_type=File)
print(fname)
if isinstance(fname, File):
fname = fname.name
else: