1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-30 19:56:10 +00:00

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());
}
}