Deniz Cengiz пре 1 година
родитељ
комит
24a7f4c4e9
1 измењених фајлова са 0 додато и 9 уклоњено
  1. 0 9
      LiveActivity/LiveActivity.swift

+ 0 - 9
LiveActivity/LiveActivity.swift

@@ -79,13 +79,6 @@ struct LiveActivity: Widget {
         let highGlucose = highGlucoseColorValue + (offset * 1.75)
         let targetGlucose = targetGlucose
 
-        print("glucoseValue: \(glucoseValue)")
-        print("lowGlucose: \(lowGlucose)")
-        print("highGlucose: \(highGlucose)")
-        print("targetGlucose: \(targetGlucose)")
-        print("glucoseColorScheme: \(glucoseColorScheme)")
-        print("offset: \(offset)")
-
         // Only use calculateHueBasedGlucoseColor if the setting is enabled in preferences
         if glucoseColorScheme == "dynamicColor" {
             return calculateHueBasedGlucoseColor(
@@ -513,8 +506,6 @@ struct LiveActivity: Widget {
             offset: 20
         )
 
-        print("Glucose color: \(glucoseColor)")
-
         return DynamicIsland {
             DynamicIslandExpandedRegion(.leading) {
                 bgAndTrend(