diff --git a/src/pretix/plugins/ticketoutputpdf/ticketoutput.py b/src/pretix/plugins/ticketoutputpdf/ticketoutput.py index c63a9f3561..256c1784a2 100644 --- a/src/pretix/plugins/ticketoutputpdf/ticketoutput.py +++ b/src/pretix/plugins/ticketoutputpdf/ticketoutput.py @@ -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: