Skip to content

Commit ee4c91b

Browse files
committed
Remove old code
1 parent 7790286 commit ee4c91b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Loop/Managers/LoopDataManager.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,10 +1071,6 @@ extension LoopDataManager {
10711071
) throws -> [PredictedGlucoseValue] {
10721072
dispatchPrecondition(condition: .onQueue(dataAccessQueue))
10731073

1074-
// guard let insulinModelSettings = insulinModelSettings else {
1075-
// throw LoopError.configurationError(.insulinModel)
1076-
// }
1077-
10781074
guard let glucose = startingGlucoseOverride ?? self.glucoseStore.latestGlucose else {
10791075
throw LoopError.missingDataError(.glucose)
10801076
}

0 commit comments

Comments
 (0)