remove debugging test

This commit is contained in:
Paul Plant 2024-03-13 22:17:59 +01:00
parent 866211b5fe
commit 9c1af87ddb
1 changed files with 0 additions and 7 deletions

View File

@ -1811,13 +1811,6 @@ final class RootViewController: UIViewController, ObservableObject {
/// should be called only once immediately after app start, ie in viewdidload
private func setupUpdateLabelsAndChartTimer() {
let test = "2760105d476fb579e61cf51bffcaaf44cf6a917d"
if let testdata = test.hexadecimal() {
let testbattery = DexcomSessionStartRxMessage(data: testdata)
print("hello")
}
// set timeStampAppLaunch to now
UserDefaults.standard.timeStampAppLaunch = Date()