Browse Source

remove bad code

Ivan Valkou 5 years ago
parent
commit
b72fd71a19
1 changed files with 1 additions and 3 deletions
  1. 1 3
      FreeAPS/Sources/APS/APSManager.swift

+ 1 - 3
FreeAPS/Sources/APS/APSManager.swift

@@ -43,9 +43,7 @@ final class BaseAPSManager: APSManager, Injectable {
         openAPS = OpenAPS(storage: storage)
     }
 
-    func loop() {
-        glucoseCancellable = fetchLastGlucose()
-    }
+    func loop() {}
 
     func determineBasal() {
         let now = Date()