Skip to content

Commit

Permalink
housekeeping - G5 transmitter check correction
Browse files Browse the repository at this point in the history
  • Loading branch information
paulplant committed May 8, 2022
1 parent 342e9d6 commit a7d374d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Expand Up @@ -33,4 +33,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 9e7c827934c9a391ed069c554e2082e1775255df

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
Expand Up @@ -879,12 +879,10 @@ class CGMG5Transmitter:BluetoothTransmitter, CGMTransmitter {

dexcomSessionStopTxMessageToSendToTransmitter = DexcomSessionStopTxMessage(stopDate: stopDate, transmitterStartDate: transmitterStartDate)

// if there's still a pending calibration message, set it to nil
if let calibrationToSendToTransmitter = calibrationToSendToTransmitter {

trace("in stopsensor, setting calibrationToSendToTransmitter to nil", log: log, category: ConstantsLog.categoryCGMG5, type: .info)
// set it to nil
calibrationToSendToTransmitter = nil

}
trace("in stopsensor, setting calibrationToSendToTransmitter to nil", log: log, category: ConstantsLog.categoryCGMG5, type: .info)

}

Expand Down

0 comments on commit a7d374d

Please sign in to comment.