Small debug fix

pull/194/merge
M66B 4 years ago
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…
Cancel
Save