mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Remove debug code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user