diff --git a/src/allmydata/web/common.py b/src/allmydata/web/common.py index bd7d2f443..7e738cb65 100644 --- a/src/allmydata/web/common.py +++ b/src/allmydata/web/common.py @@ -540,8 +540,6 @@ class SlotsSequenceElement(template.Element): separator beween them. """ for item in self.seq: - print("item: {}".format(item)) - print(type(item)) yield tag.clone(deep=False).fillSlots(**item) @template.renderer