mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Reduced logging
This commit is contained in:
@@ -925,13 +925,8 @@ public class IMAPStore extends Store
|
||||
pex = ex;
|
||||
}
|
||||
|
||||
if (pex != null) {
|
||||
if (eu.faircode.email.BuildConfig.PLAY_STORE_RELEASE)
|
||||
eu.faircode.email.Log.i(pex);
|
||||
else
|
||||
eu.faircode.email.Log.w(pex);
|
||||
if (pex != null)
|
||||
throw pex;
|
||||
}
|
||||
|
||||
throw new ProtocolException("No login methods supported!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user