Reduced logging

pull/194/merge
M66B 3 years ago
parent 93594a3211
commit 3183535c99

@ -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…
Cancel
Save