mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Reduced logging
This commit is contained in:
@@ -1950,7 +1950,8 @@ public class MessageHelper {
|
||||
if (mailto != null)
|
||||
return mailto;
|
||||
|
||||
Log.i(new IllegalArgumentException("List-Unsubscribe: " + list));
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
Log.i(new IllegalArgumentException("List-Unsubscribe: " + list));
|
||||
return null;
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user