Remove erroneous debug logging statements
This commit is contained in:
parent
b0de856255
commit
0103f9a91f
1 changed files with 0 additions and 2 deletions
2
vendor/registrasion/registrasion/views.py
vendored
2
vendor/registrasion/registrasion/views.py
vendored
|
@ -141,8 +141,6 @@ def guided_registration(request, page_number=None):
|
||||||
)
|
)
|
||||||
tickets = products.filter(category=ticket_category)
|
tickets = products.filter(category=ticket_category)
|
||||||
|
|
||||||
logger.debug("tickets count %s" % tickets.count())
|
|
||||||
logger.debug("products: %s" % products.count())
|
|
||||||
if tickets.count() == 0:
|
if tickets.count() == 0:
|
||||||
# If no ticket, they can only see the profile or ticket page.
|
# If no ticket, they can only see the profile or ticket page.
|
||||||
max_page = PAGE_TICKET
|
max_page = PAGE_TICKET
|
||||||
|
|
Loading…
Reference in a new issue