Skip to content

Commit

Permalink
housekeeping - remove redundant code
Browse files Browse the repository at this point in the history
these public constants are not needed any more as BG Check values are now always stored in NS as mg/dl to prevent upload/download sync issues
  • Loading branch information
paulplant committed May 30, 2022
1 parent dc43dac commit 546408f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xdrip/Treatments/TreatmentNSResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ public struct TreatmentNSResponse {

/// - eventType received from NightScout (for downloaded treatments) or uploaded to NightScout (for treatments created in xdrip4ios)
public let nightscoutEventType: String?

/// - eventType received from NightScout (for downloaded treatments) or uploaded to NightScout (for treatments created in xdrip4ios)
// public let nightscoutGlucoseType: String?

/// - eventType received from NightScout (for downloaded treatments) or uploaded to NightScout (for treatments created in xdrip4ios)
// public let nightscoutUnits: String?

public let value: Double

Expand Down

0 comments on commit 546408f

Please sign in to comment.