soundcloud / lightcycle

LightCycle lets self-contained classes respond to Android’s lifecycle events
http://soundcloud.github.io/lightcycle/
Apache License 2.0
705 stars 55 forks source link

Remove NOTE logging from processor #93

Closed Mauin closed 7 years ago

Mauin commented 7 years ago

This PR removes NOTE logging from the processor.

Currently the processor writes a log statement for each class that it's currently writing. It feels a bit like this is unnecessary noise in the build.

Feel free to close this one if we prefer to keep it.

glung commented 7 years ago

thx