Changeset - 3f53d6f4ffb6
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-14 05:09:02
chrisjrn@gmail.com
Removes spurious print statement.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
registrasion/controllers/item.py
Show inline comments
...
 
@@ -58,6 +58,4 @@ class ItemController(object):
 
        in_cart = in_cart & reduce(operator.__or__, status_query)
 

	
 
        print in_cart
 

	
 
        quantities_in_cart = When(
 
            in_cart,
0 comments (0 inline, 0 general)