This commit is contained in:
M66B 2018-12-28 07:48:58 +00:00
parent 70ab587d78
commit 39c93a4401
1 changed files with 0 additions and 2 deletions

View File

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