Deniz Cengiz пре 1 година
родитељ
комит
2e83881557
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      Trio/Sources/Modules/Home/HomeStateModel+Setup/DeterminationSetup.swift

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

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