mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Clean up some useless prints
This commit is contained in:
@ -59,8 +59,8 @@ class EbouticMain(TemplateView):
|
||||
if request.user.is_in_group(g.name):
|
||||
self.basket.add_product(p)
|
||||
break
|
||||
except Exception as e:
|
||||
print(repr(e))
|
||||
except:
|
||||
pass
|
||||
|
||||
def del_product(self, request):
|
||||
""" Delete a product from the basket """
|
||||
|
Reference in New Issue
Block a user