thewca / tnoodle-lib

scrambling code portion of TNoodle
GNU General Public License v3.0
39 stars 15 forks source link

Get rid of System.out.println & printStackTrace calls #15

Closed jfly closed 4 years ago

jfly commented 11 years ago

These are annoying, and can't be controlled in the same way that logging can. Plus, thewca/tnoodle#112 kind of requires this.

This issue can be closed once we've gone through all our code and removed the offending calls, and then added a precommit hook to make sure we don't add any new ones.

gregorbg commented 4 years ago

The SysOut calls have been cleaned up and implemented as proper logger calls in https://github.com/thewca/tnoodle-lib/pull/11