mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Reduced logging
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user