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
...
 
@@ -57,8 +57,6 @@ class ItemController(object):
 
        in_cart = Q(productitem__cart__user=self.user)
 
        in_cart = in_cart & reduce(operator.__or__, status_query)
 

	
 
        print in_cart
 

	
 
        quantities_in_cart = When(
 
            in_cart,
 
            then="productitem__quantity",
0 comments (0 inline, 0 general)