Removes spurious print statement.
This commit is contained in:
		
							parent
							
								
									b5cbc3e39e
								
							
						
					
					
						commit
						3f53d6f4ff
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -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", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer