From e4de702db207f02b76c93d4493b2da5474c67116 Mon Sep 17 00:00:00 2001 From: Frizlab Date: Sat, 22 Aug 2020 11:49:32 +0200 Subject: [PATCH] Remove a warning (converted to GitHub issue #2) --- GPS Stone/Heart/Services/LocationRecorder.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/GPS Stone/Heart/Services/LocationRecorder.swift b/GPS Stone/Heart/Services/LocationRecorder.swift index 1f728ef..2f104c5 100644 --- a/GPS Stone/Heart/Services/LocationRecorder.swift +++ b/GPS Stone/Heart/Services/LocationRecorder.swift @@ -709,7 +709,6 @@ final class LocationRecorder : NSObject, CLLocationManagerDelegate { if desiredAccuracy != prevDesiredAccuracy {lm.desiredAccuracy = desiredAccuracy} /* *** Start or stop significant location changes if needed *** */ - #warning("TODO: We must warn the user when significant location change monitoring is not available that he may loose some points") if CLLocationManager.significantLocationChangeMonitoringAvailable() { let needsSignificantLocationChangesTracking = newStatus.needsSignificantLocationChangesTracking let neededSignificantLocationChangesTracking = oldStatus.needsSignificantLocationChangesTracking