فهرست منبع

Remove debug print

Deniz Cengiz 1 سال پیش
والد
کامیت
9fd86bbe58

+ 0 - 3
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/Nightscout/NightscoutSetupStepView.swift

@@ -31,8 +31,5 @@ struct NightscoutSetupStepView: View {
                 .buttonStyle(.plain)
             }
         }
-        .onAppear {
-            debug(.nightscout, "CURRENT NS CONNECTION STATE: isConnectedToNS=\(state.isConnectedToNS)")
-        }
     }
 }

+ 0 - 3
Trio/Sources/Modules/Onboarding/View/OnboardingView.swift

@@ -300,9 +300,6 @@ extension Onboarding {
                 }
             }
             .onAppear(perform: configureView)
-            .onAppear {
-                debug(.nightscout, "CURRENT NS CONNECTION STATE: isConnectedToNS=\(state.isConnectedToNS)")
-            }
         }
     }
 }