mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Remove left-over debug statements
This commit is contained in:
@@ -1241,7 +1241,6 @@ def add_items_to_cart(self, event: int, items: List[dict], cart_id: str=None, lo
|
||||
:raises CartError: On any error that occurred
|
||||
"""
|
||||
with language(locale):
|
||||
print(locale)
|
||||
ia = False
|
||||
if invoice_address:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user