Removed debug info

This commit is contained in:
M66B 2020-07-02 14:15:25 +02:00
parent 25b1328c82
commit 699d382028
1 changed files with 0 additions and 2 deletions

View File

@ -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())