Removed debug info

pull/183/head
M66B 5 years ago
parent 25b1328c82
commit 699d382028

@ -151,8 +151,6 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
StringBuilder sb = new StringBuilder();
sb.append(attachment.type);
if (debug || BuildConfig.DEBUG) {
if (attachment.disposition != null)
sb.append(' ').append(attachment.disposition);
if (attachment.cid != null)
sb.append(' ').append(attachment.cid);
if (attachment.isEncryption())

Loading…
Cancel
Save