wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
624 stars 105 forks source link

Remove print 'got name' to stdout #159

Closed hakostra closed 3 years ago

hakostra commented 3 years ago

Remove un-necessary (and ugly) 'got name' print when reading ASCII stl's.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 11cd92f90c76d8ab167ee0ebe17e436ed6b443df on hakostra:bugfix/remove-print into f9767ce869c6ed5661fb7c8ffbbc1d6974bdcb9f on WoLpH:develop.

codecov[bot] commented 3 years ago

Codecov Report

Merging #159 (11cd92f) into develop (f9767ce) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #159   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          597       596    -1     
  Branches        65        65           
=========================================
- Hits           597       596    -1     
Impacted Files Coverage Δ
stl/stl.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f9767ce...11cd92f. Read the comment docs.

wolph commented 3 years ago

Thanks for the fix. I forgot about that one :P