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

Reduced logging

This commit is contained in:
M66B 2022-01-12 13:55:09 +01:00
parent 93594a3211
commit 3183535c99

View file

@ -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);