1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 13:17:08 +00:00

Remove debug code

This commit is contained in:
M66B 2018-08-09 04:28:38 +00:00
parent a85dae5f69
commit 8826305d89

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);