X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/af77776a9ff93ac89cfe941c8a97e3e4cac1bd2e..2b57c59f0caa7d096a2e17aec3377d2628377491:/apps/reporting/views.py?ds=inline

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"),
         })