Prechádzať zdrojové kódy

Remove debug statement

Deniz Cengiz 1 rok pred
rodič
commit
27c2c73be6
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      Trio/Sources/APS/OpenAPS/OpenAPS.swift

+ 0 - 2
Trio/Sources/APS/OpenAPS/OpenAPS.swift

@@ -313,8 +313,6 @@ final class OpenAPS {
             preferencesAsync
             preferencesAsync
         )
         )
 
 
-        debug(.openAPS, "PUMP HISTORY: \(pumpHistoryJSON)")
-
         // Meal calculation
         // Meal calculation
         let meal = try await self.meal(
         let meal = try await self.meal(
             pumphistory: pumpHistoryJSON,
             pumphistory: pumpHistoryJSON,