mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Reduced logging
This commit is contained in:
parent
93594a3211
commit
3183535c99
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue