fiji / 3D_Viewer

https://imagej.net/plugins/3d-viewer
GNU General Public License v3.0
19 stars 18 forks source link

Remove System.out.println calls #30

Closed melloware closed 1 year ago

melloware commented 3 years ago

I am using this in a command line app and its spitting out System.out.println which are quite distracting and not part of my application logging.

I will submit a PR to remove.

melloware commented 3 years ago

I only removed ones that were debug type info. I left all the ones in ERROR statements.