Reduced logging

This commit is contained in:
M66B 2022-01-12 13:55:09 +01:00
parent 93594a3211
commit 3183535c99
1 changed files with 2 additions and 1 deletions

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