Remove print statement

This commit is contained in:
Raphael Michel
2022-05-27 15:58:18 +02:00
parent 63a6a8cfd3
commit 3b12ab8b82

View File

@@ -734,7 +734,6 @@ class Renderer:
text = o['text']
def replace(x):
print(x.group(1))
if x.group(1).startswith('itemmeta:'):
return op.item.meta_data.get(x.group(1)[9:]) or ''
elif x.group(1).startswith('meta:'):