Explorar o código

Remove debug comments

Jan Dittmer %!s(int64=4) %!d(string=hai) anos
pai
achega
bc2d5b71f6
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      FreeAPS/Sources/Models/NightscoutStatus.swift

+ 0 - 3
FreeAPS/Sources/Models/NightscoutStatus.swift

@@ -28,9 +28,6 @@ struct Uploader: JSON {
 }
 
 struct NightscoutTimevalue: JSON {
-    // rep["time"] = String(format:"%02i:%02i", Int(hours), Int(minutes))
-    // rep["value"] = value
-    //  rep["timeAsSeconds"] = Int(offset)
     let time: String
     let value: Decimal
     let timeAsSeconds: Int