Browse Source

remove json debugging logic.

Jan Dittmer 4 years ago
parent
commit
86864a3cbc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      FreeAPS/Sources/Services/Network/NightscoutManager.swift

+ 0 - 1
FreeAPS/Sources/Services/Network/NightscoutManager.swift

@@ -309,7 +309,6 @@ final class BaseNightscoutManager: NightscoutManager, Injectable {
             enteredBy: NigtscoutTreatment.local,
             store: [defaultProfile: ps]
         )
-        NSLog(p.rawJSON)
 
         if let uploadedProfile = storage.retrieve(OpenAPS.Nightscout.uploadedProfile, as: NightscoutProfileStore.self),
            (uploadedProfile.store[defaultProfile]?.rawJSON ?? "") == ps.rawJSON