Browse Source

Remove debug code

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

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

@ -912,12 +912,6 @@ public class ServiceSynchronize extends LifecycleService {
return;
} else
throw ex;
} catch (NullPointerException ex) {
Log.w(Helper.TAG, ex + "\n" + Log.getStackTraceString(ex));
// There is no use in repeating
operation.deleteOperation(op.id);
throw ex;
}
} finally {
Log.i(Helper.TAG, folder.name + " end op=" + op.id + "/" + op.name);


Loading…
Cancel
Save