Revert "Debug correlation ID"

This reverts commit e78602db93.
This commit is contained in:
M66B
2021-12-26 10:08:21 +01:00
parent d79b578222
commit 2aa333ee17
3 changed files with 6 additions and 22 deletions

View File

@@ -2024,12 +2024,6 @@ public class MessageHelper {
return "flowmailer";
}
if (BuildConfig.DEBUG) {
String fairemail = imessage.getHeader(HEADER_CORRELATION_ID, null);
if (!TextUtils.isEmpty(fairemail))
return "fairemail";
}
return null;
}