mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
7dc4f6ecf3
commit
e36427894c
|
@ -728,10 +728,10 @@ public class MessageHelper {
|
|||
filename = null;
|
||||
}
|
||||
|
||||
Log.i("Part" +
|
||||
" disposition=" + disposition +
|
||||
" filename=" + filename +
|
||||
" content type=" + part.getContentType());
|
||||
//Log.i("Part" +
|
||||
// " disposition=" + disposition +
|
||||
// " filename=" + filename +
|
||||
// " content type=" + part.getContentType());
|
||||
|
||||
if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) &&
|
||||
((parts.plain == null && part.isMimeType("text/plain")) ||
|
||||
|
|
Loading…
Reference in New Issue