Skip to content

Commit f16aa52

Browse files
committed
remove print statements
1 parent 4230c7e commit f16aa52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LoopStructural/utils/_surface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def fit(
124124
individual_names = True
125125
if isinstance(name, list):
126126
names = name
127-
print(len(names), len(isovalues))
128127
if len(names) == len(isovalues):
129128
individual_names = True
130129
if colours is None:
@@ -152,7 +151,6 @@ def fit(
152151
# need to add both global and local origin. If the bb is a buffer the local
153152
# origin may not be 0
154153
verts += self.bounding_box.global_origin+self.bounding_box.origin
155-
print(name, individual_names)
156154
surfaces.append(
157155
Surface(
158156
vertices=verts,

0 commit comments

Comments
 (0)