diff --git a/src/shop/templatetags/shop_tags.py b/src/shop/templatetags/shop_tags.py index 7ca85fad..508a4f25 100644 --- a/src/shop/templatetags/shop_tags.py +++ b/src/shop/templatetags/shop_tags.py @@ -15,7 +15,6 @@ def currency(value): @register.filter def approxeur(value): - print(type(value)) try: return "{0:.2f} EUR".format(value / Decimal(7.5)) except ValueError: