mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Remove print statement
This commit is contained in:
@@ -734,7 +734,6 @@ class Renderer:
|
|||||||
text = o['text']
|
text = o['text']
|
||||||
|
|
||||||
def replace(x):
|
def replace(x):
|
||||||
print(x.group(1))
|
|
||||||
if x.group(1).startswith('itemmeta:'):
|
if x.group(1).startswith('itemmeta:'):
|
||||||
return op.item.meta_data.get(x.group(1)[9:]) or ''
|
return op.item.meta_data.get(x.group(1)[9:]) or ''
|
||||||
elif x.group(1).startswith('meta:'):
|
elif x.group(1).startswith('meta:'):
|
||||||
|
|||||||
Reference in New Issue
Block a user