Removes print statement

This commit is contained in:
Christopher Neugebauer 2016-04-25 18:32:36 +10:00
parent f755b13091
commit fd751b4ea1

View file

@ -266,7 +266,6 @@ class CartController(object):
)
for item in items:
print item
required.remove(item.product.category)
errors = []