Simplification

This commit is contained in:
M66B 2019-09-21 13:18:48 +02:00
parent 8fbaa3abc8
commit 18def0c4c4
1 changed files with 1 additions and 4 deletions

View File

@ -1854,10 +1854,7 @@ class Core {
int sequence = 1;
for (EntityAttachment attachment : parts.getAttachments()) {
Log.i(folder.name + " attachment seq=" + sequence +
" name=" + attachment.name + " type=" + attachment.type +
" cid=" + attachment.cid + " pgp=" + attachment.encryption +
" size=" + attachment.size);
Log.i(folder.name + " attachment seq=" + sequence + " " + attachment);
attachment.message = message.id;
attachment.sequence = sequence++;
attachment.id = db.attachment().insertAttachment(attachment);