forgot to remove print

This commit is contained in:
Ethan Peterson 2022-10-20 12:50:33 -04:00
parent fdc3cfcfbb
commit a587f5e1c9

View file

@ -676,7 +676,6 @@ class Polygon(CompositeSurface):
surfnames = []
i = 0
for surfset in self._surfsets:
print(surfset)
for surf, op, on_boundary in surfset:
if on_boundary:
setattr(self, f'surface_{i}', surf)