From eeddb810b3f3545f3c40c0e6410d2860fc0b8b38 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Mon, 9 Jan 2023 16:00:14 -0800 Subject: [PATCH] remove notes in swift file --- .../Sources/App/Views/Home/HomeFeedViewModel.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift index c0f0b1520..8c99130f9 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift @@ -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