gluonhq / maps

https://gluonhq.com/labs/maps/
GNU General Public License v3.0
140 stars 36 forks source link

Remove sysout printlns from impl classes #5

Closed aalmiray closed 7 years ago

aalmiray commented 7 years ago

Classes under the com.gluonhq.impl.maps package use a combination of loggers and sysout calls, for example in BaseMapyou can find

System.out.println("sorry, would be too small");

Please either remove these calls or turn them into proper logger calls.

Original report: https://bitbucket.org/gluon-oss/gluon-maps/issues/5/remove-sysout-printlns-from-impl-classes

aalmiray commented 7 years ago

This appears to be recently fixed.