فهرست منبع

Remove debug comments

Jan Dittmer 4 سال پیش
والد
کامیت
bc2d5b71f6
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  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