Removes print statement
This commit is contained in:
parent
f755b13091
commit
fd751b4ea1
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ class CartController(object):
|
|||
)
|
||||
|
||||
for item in items:
|
||||
print item
|
||||
required.remove(item.product.category)
|
||||
|
||||
errors = []
|
||||
|
|
Loading…
Reference in a new issue