fmidev / fmi-avi-messageconverter-tac

Conversion module for aviation TAC messages
MIT License
1 stars 4 forks source link

Remove System.out debug printing #147

Open kasarit opened 11 months ago

kasarit commented 11 months ago

There's a few places using System.out.println() for debugging. Remove these.

See also a separate issue for System.err and e.printStackTrace usage https://github.com/fmidev/fmi-avi-messageconverter-tac/issues/126.