mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Removed a debugging print statement
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user