remove notes in swift file

This commit is contained in:
Satindar Dhillon
2023-01-09 16:00:14 -08:00
parent 02818ab8f1
commit eeddb810b3

View File

@ -107,13 +107,6 @@ import Views
_ = try? await dataService.labels()
}
}
// Sync Items
// 1 - Create start timestamp
// 2 - Retrieve last sync time from datastore
// 3 - Call syncOfflineItemsWithServerIfNeeded (DataService)
// 4 - Call dataService.syncLinkedItems
//
func syncItems(dataService: DataService) async {
let syncStart = Date.now