Skip to content

Commit

Permalink
Remove a warning (converted to GitHub issue #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Aug 22, 2020
1 parent 623e560 commit e4de702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPS Stone/Heart/Services/LocationRecorder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4de702

Please sign in to comment.