From c091b2bca9b74adafa0cd74e32a89a9f20cd1a2d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 22 Aug 2015 17:19:40 +0200 Subject: [PATCH] Removed a debugging print statement --- src/pretix/plugins/ticketoutputpdf/ticketoutput.py | 1 - 1 file changed, 1 deletion(-) 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: