diff --git a/LoopFollow/Controllers/VolumeButtonHandler.swift b/LoopFollow/Controllers/VolumeButtonHandler.swift index caa388d9f..e190eca54 100644 --- a/LoopFollow/Controllers/VolumeButtonHandler.swift +++ b/LoopFollow/Controllers/VolumeButtonHandler.swift @@ -106,7 +106,7 @@ class VolumeButtonHandler: NSObject { } private func alarmStopped() { - LogManager.shared.log(category: .volumeButtonSnooze, message: "Alarm stop detected") + guard isMonitoring else { return } alarmStartTime = nil stopMonitoring()