X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b348f490c98762b4dfc343b5c2bf5823f821286a..22af332597f857ee4fe60ea2ebfd8723fd9d5da9:/apps/reporting/views.py?ds=sidebyside diff --git a/apps/reporting/views.py b/apps/reporting/views.py index 02038637e..958e08009 100644 --- a/apps/reporting/views.py +++ b/apps/reporting/views.py @@ -37,7 +37,6 @@ def stats_page(request): signals=[Book.published]) def catalogue_pdf(path): books_by_author, orphans, books_by_parent = Book.book_list() - print books_by_parent render_to_pdf(path, 'reporting/catalogue.texml', locals(), { "wl-logo.png": os.path.join(settings.STATIC_ROOT, "img/logo-big.png"), })