forked from CGM_Public/pretix_original
Remove debug statement
This commit is contained in:
@@ -1449,7 +1449,6 @@ class AbstractPosition(models.Model):
|
|||||||
if self.attendee_name_parts is None:
|
if self.attendee_name_parts is None:
|
||||||
self.attendee_name_parts = {}
|
self.attendee_name_parts = {}
|
||||||
super().save(*args, **kwargs)
|
super().save(*args, **kwargs)
|
||||||
print(self.pk, self.attendee_name_cached)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def attendee_name(self):
|
def attendee_name(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user