mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Cleanup
This commit is contained in:
parent
70ab587d78
commit
39c93a4401
1 changed files with 0 additions and 2 deletions
|
@ -1848,8 +1848,6 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
throw new MessageRemovedException();
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (BuildConfig.DEBUG)
|
||||
sb.append(imessage.getFlags().toString()).append("\n");
|
||||
|
||||
Enumeration<Header> headers = imessage.getAllHeaders();
|
||||
while (headers.hasMoreElements()) {
|
||||
|
|
Loading…
Reference in a new issue