Update src/pretix/plugins/banktransfer/tasks.py

Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
Raphael Michel
2025-12-04 11:48:18 +01:00
committed by GitHub
parent ed4d54493c
commit 31c05d3e2f

View File

@@ -139,7 +139,6 @@ def _find_order_for_invoice_id(base_qs, prefixes, number):
@transaction.atomic
def _handle_transaction(trans: BankTransaction, matches: tuple, regex_match_to_slug, event: Event = None, organizer: Organizer = None):
print(matches)
orders = []
if event:
for slug, code in matches: