1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Deletion from server is already handled.

This commit is contained in:
Tom Hacohen 2017-02-15 17:26:36 +00:00
parent 36cefee30a
commit a10015ee1a

View File

@ -161,8 +161,6 @@ public abstract class SyncAdapterService extends Service {
}
}
// FIXME: handle deletion from server
if (collections.isEmpty()) {
CollectionInfo info = CollectionInfo.defaultForServiceType(serviceType);
JournalManager.Journal journal = new JournalManager.Journal(settings.password(), info.toJson());