Andreas Stokholm 1 год назад
Родитель
Сommit
4d356ebf6e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      FreeAPS/Sources/Services/Calendar/CalendarManager.swift

+ 0 - 1
FreeAPS/Sources/Services/Calendar/CalendarManager.swift

@@ -297,7 +297,6 @@ final class BaseCalendarManager: CalendarManager, Injectable {
 
             try eventStore.save(event, span: .thisEvent)
 
-            // Save the determination ID so we can avoid updating calendar if this determination comes back
             previousDeterminationId = determinationId
 
         } catch {