Reduce logging

This commit is contained in:
M66B 2019-05-23 16:20:20 +02:00
parent b13a7d62e2
commit 5f24921230
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class TwoStateOwner implements LifecycleOwner {
registry.addObserver(new LifecycleObserver() {
@OnLifecycleEvent(Lifecycle.Event.ON_ANY)
public void onAny() {
if (BuildConfig.DEBUG)
Log.i("LifeCycle " + name + " state=" + registry.getCurrentState() + " " + registry);
//if (BuildConfig.DEBUG)
// Log.i("LifeCycle " + name + " state=" + registry.getCurrentState() + " " + registry);
}
});