Reduced logging

This commit is contained in:
M66B
2019-12-07 17:02:42 +01:00
parent 2591dc9011
commit 22df24d91b
34 changed files with 143 additions and 144 deletions

View File

@@ -167,8 +167,7 @@ public class Helper {
@Override
protected void beforeExecute(Thread t, Runnable r) {
if (BuildConfig.DEBUG)
Log.i("Executing " + t.getName());
Log.d("Executing " + t.getName());
}
}