mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
7d9e4e0e5e
commit
bb1e697c41
|
@ -573,13 +573,7 @@ public class MessageHelper {
|
|||
if (part.isMimeType("text/plain") || text)
|
||||
result = "<pre>" + result.replaceAll("\\r?\\n", "<br />") + "</pre>";
|
||||
|
||||
if (part.isMimeType("text/plain")) {
|
||||
Log.i("Plain text");
|
||||
return result;
|
||||
} else {
|
||||
Log.i("HTML text");
|
||||
return result;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
List<EntityAttachment> getAttachments() throws MessagingException {
|
||||
|
|
Loading…
Reference in New Issue