mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 20:00:20 +00:00
remove debug
This commit is contained in:
parent
410f0133ab
commit
66f392f7d0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user