Less chatty

This commit is contained in:
M66B
2019-10-13 19:51:16 +02:00
parent 4398486ef3
commit 61b6fffd6d

View File

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