Deniz Cengiz пре 1 година
родитељ
комит
2e83881557

+ 1 - 3
Trio/Sources/Modules/Home/HomeStateModel+Setup/DeterminationSetup.swift

@@ -43,9 +43,7 @@ extension Home.StateModel {
             batchSize: 50,
             propertiesToFetch: ["cob", "iob", "deliverAt", "objectID"]
         )
-
-        debug(.businessLogic, "IOB AND COB FOR CHART: \(results)")
-
+        
         return await determinationFetchContext.perform {
             guard let fetchedResults = results as? [[String: Any]] else {
                 return []