Remove erroneous debug logging statements

This commit is contained in:
James Polley 2017-10-01 23:10:44 +11:00
parent b0de856255
commit 0103f9a91f

View file

@ -141,8 +141,6 @@ def guided_registration(request, page_number=None):
)
tickets = products.filter(category=ticket_category)
logger.debug("tickets count %s" % tickets.count())
logger.debug("products: %s" % products.count())
if tickets.count() == 0:
# If no ticket, they can only see the profile or ticket page.
max_page = PAGE_TICKET