remove debug

This commit is contained in:
meejah 2019-09-23 16:40:59 -06:00
parent 410f0133ab
commit 66f392f7d0

View File

@ -540,8 +540,6 @@ class SlotsSequenceElement(template.Element):
separator beween them. separator beween them.
""" """
for item in self.seq: for item in self.seq:
print("item: {}".format(item))
print(type(item))
yield tag.clone(deep=False).fillSlots(**item) yield tag.clone(deep=False).fillSlots(**item)
@template.renderer @template.renderer