Remove redundant todo

This commit is contained in:
Vishnu Mohandas 2020-10-11 02:38:35 +05:30
parent e6a73f882d
commit ef65350826

View file

@ -154,8 +154,6 @@ class SyncService {
}
Future<void> _syncWithRemote() async {
// TODO: Fix race conditions triggered due to concurrent syncs.
// Add device_id/last_sync_timestamp to the upload request?
if (!Configuration.instance.hasConfiguredAccount()) {
return Future.error("Account not configured yet");
}