mirror of https://github.com/M66B/FairEmail.git
Small debug fix
This commit is contained in:
parent
eee74ea290
commit
b82b014219
|
@ -397,7 +397,6 @@ public class EmailProvider implements Parcelable {
|
|||
provider.imap.host.equals(candidate.imap.host) ||
|
||||
provider.smtp.host.equals(candidate.smtp.host)) {
|
||||
EntityLog.log(context, "Replacing auto config by profile=" + provider.name);
|
||||
if (!BuildConfig.DEBUG)
|
||||
return Arrays.asList(provider);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue