Skip to content

Commit

Permalink
Merge pull request #159 from hakostra/bugfix/remove-print
Browse files Browse the repository at this point in the history
Remove print 'got name' to stdout
  • Loading branch information
wolph authored Feb 1, 2021
2 parents f9767ce + 11cd92f commit 76bac37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stl/stl.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def _load_ascii(cls, fh, header, speedups=True):
else:
iterator = cls._ascii_reader(fh, header)
name = next(iterator)
print('got name', name)
return name, numpy.fromiter(iterator, dtype=cls.dtype)

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

0 comments on commit 76bac37

Please sign in to comment.