X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/af77776a9ff93ac89cfe941c8a97e3e4cac1bd2e..440ce853b0c97ec356c27bbef6ef500f8feb6197:/apps/reporting/views.py 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"), })