mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Remove left-over print statements from debugging
This commit is contained in:
@@ -658,7 +658,6 @@ class SubEventsTest(SoupTest):
|
||||
'checkinlist_set-0-all_products': 'on',
|
||||
'item-%d-price' % self.ticket.pk: '12'
|
||||
})
|
||||
print(doc)
|
||||
assert doc.select(".alert-success")
|
||||
self.subevent1.refresh_from_db()
|
||||
se = self.subevent1
|
||||
|
||||
Reference in New Issue
Block a user