mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Less chatty
This commit is contained in:
parent
4398486ef3
commit
61b6fffd6d
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue