Revert "Record max idle time"

This reverts commit d11d15d771.
This commit is contained in:
M66B
2019-12-28 19:56:34 +01:00
parent d11d15d771
commit 32583890f6
2 changed files with 0 additions and 17 deletions

View File

@@ -1020,7 +1020,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
while (ifolder.isOpen() && state.isRunning() && state.isRecoverable()) {
Log.i(folder.name + " do idle");
ifolder.idle(false);
state.activity();
}
} catch (Throwable ex) {
Log.e(folder.name, ex);