Show: remove debug print

This commit is contained in:
Zheng, Lei
2019-08-23 11:41:13 +08:00
committed by wmayer
parent e196d33549
commit 59cd0c3802

View File

@@ -123,7 +123,6 @@ class TempoVis(FrozenClass):
feature = getattr(body,'VisibleFeature',None)
if feature:
objs.append(feature)
print([o.Name for o in objs])
self.modifyVPProperty(objs, 'Visibility',None)
def show(self, doc_obj_or_list):