mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Reduced logging
This commit is contained in:
@@ -104,7 +104,7 @@ public class Log {
|
||||
private static final String TAG = "fairemail";
|
||||
|
||||
public static int d(String msg) {
|
||||
if (BuildConfig.DEBUG)
|
||||
if (BuildConfig.DEBUG && false)
|
||||
return android.util.Log.d(TAG, msg);
|
||||
else
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user