enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

Cleanup print statements #1080

Closed rahulporuri closed 2 years ago

rahulporuri commented 2 years ago

This PR cleans up print staments - it remove commented out/unnecessary print statements and it converts good/necessary print statements into function calls.

rahulporuri commented 2 years ago

It looks like there are intermittent failures in the Travis CI jobs - Travis CI failed on #1078 but the PR job seems to have passed in this PR.

rahulporuri commented 2 years ago

LGTM, though it would be nice to get a clean run from the CI (after merging #1076) before merging this PR.

Done. Merging now.