瀏覽代碼

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 {
 struct NightscoutTimevalue: JSON {
-    // rep["time"] = String(format:"%02i:%02i", Int(hours), Int(minutes))
-    // rep["value"] = value
-    //  rep["timeAsSeconds"] = Int(offset)
     let time: String
     let time: String
     let value: Decimal
     let value: Decimal
     let timeAsSeconds: Int
     let timeAsSeconds: Int