Browse Source

Removed test code

main
M66B 6 years ago
parent
commit
35b28f8e49
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      app/src/main/java/eu/faircode/email/ServiceSynchronize.java

+ 0
- 5
app/src/main/java/eu/faircode/email/ServiceSynchronize.java View File

@ -722,11 +722,6 @@ public class ServiceSynchronize extends LifecycleService {
attachment.progress = os.size() * 100 / attachment.size;
db.attachment().updateAttachment(attachment);
Log.i(Helper.TAG, "Progress %=" + attachment.progress);
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
}


Loading…
Cancel
Save