Skip to content

Commit 76bac37

Browse files
authored
Merge pull request #159 from hakostra/bugfix/remove-print
Remove print 'got name' to stdout
2 parents f9767ce + 11cd92f commit 76bac37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stl/stl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def _load_ascii(cls, fh, header, speedups=True):
233233
else:
234234
iterator = cls._ascii_reader(fh, header)
235235
name = next(iterator)
236-
print('got name', name)
237236
return name, numpy.fromiter(iterator, dtype=cls.dtype)
238237

239238
def save(self, filename, fh=None, mode=AUTOMATIC, update_normals=True):

0 commit comments

Comments
 (0)