Explorar el Código

Removal of redundant log row

Jonas Björkert hace 1 año
padre
commit
65b40bd828
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      LoopFollow/Controllers/BackgroundAlertManager.swift

+ 0 - 1
LoopFollow/Controllers/BackgroundAlertManager.swift

@@ -84,7 +84,6 @@ class BackgroundAlertManager {
         for alert in alerts {
         for alert in alerts {
             // Skip if the expected heartbeat interval matches or exceeds 1.2x the alert time interval
             // Skip if the expected heartbeat interval matches or exceeds 1.2x the alert time interval
             if let heartbeat = expectedHeartbeat, heartbeat >= alert.timeInterval * 1.2 {
             if let heartbeat = expectedHeartbeat, heartbeat >= alert.timeInterval * 1.2 {
-                LogManager.shared.log(category: .general, message: "Skipping \(alert.timeInterval / 60)-minute notification due to expected heartbeat interval (\(heartbeat) seconds).")
                 continue
                 continue
             }
             }