We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7790286 commit ee4c91bCopy full SHA for ee4c91b
Loop/Managers/LoopDataManager.swift
@@ -1071,10 +1071,6 @@ extension LoopDataManager {
1071
) throws -> [PredictedGlucoseValue] {
1072
dispatchPrecondition(condition: .onQueue(dataAccessQueue))
1073
1074
-// guard let insulinModelSettings = insulinModelSettings else {
1075
-// throw LoopError.configurationError(.insulinModel)
1076
-// }
1077
-
1078
guard let glucose = startingGlucoseOverride ?? self.glucoseStore.latestGlucose else {
1079
throw LoopError.missingDataError(.glucose)
1080
}
0 commit comments