mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +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)
|
if (mailto != null)
|
||||||
return mailto;
|
return mailto;
|
||||||
|
|
||||||
Log.i(new IllegalArgumentException("List-Unsubscribe: " + list));
|
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||||
|
Log.i(new IllegalArgumentException("List-Unsubscribe: " + list));
|
||||||
return null;
|
return null;
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.e(ex);
|
Log.e(ex);
|
||||||
|
|
Loading…
Reference in a new issue