Reduced logging

pull/147/head
M66B 6 years ago
parent 7dc4f6ecf3
commit e36427894c

@ -728,10 +728,10 @@ public class MessageHelper {
filename = null; filename = null;
} }
Log.i("Part" + //Log.i("Part" +
" disposition=" + disposition + // " disposition=" + disposition +
" filename=" + filename + // " filename=" + filename +
" content type=" + part.getContentType()); // " content type=" + part.getContentType());
if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) && if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) &&
((parts.plain == null && part.isMimeType("text/plain")) || ((parts.plain == null && part.isMimeType("text/plain")) ||

Loading…
Cancel
Save