diff --git a/GPSLogger/GLManager.m b/GPSLogger/GLManager.m index 3c28515..4856d99 100644 --- a/GPSLogger/GLManager.m +++ b/GPSLogger/GLManager.m @@ -1277,8 +1277,8 @@ - (void)retrieveCurrentFlightData { } failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error) { NSLog(@"Error retrieving in-flight data"); // If there was a problem, disable tracking - // TODO: remove this when re-enabling auto detection - self.gogoTracker = NO; + // TODO: maybe do this after some amount of failures? + // self.gogoTracker = NO; [self _resetFlightTrackerAndStartAgain]; }];