Skip to content

Commit

Permalink
Removed NSLog that is flooding Xcode logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaglen authored Aug 3, 2021
1 parent ab79cba commit bae7e86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/location/ios/Classes/LocationPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ -(void)locationManager:(CLLocationManager*)manager
}
CLLocation *location = locations.lastObject;

NSLog(@"currentLocation is %@", location);

NSTimeInterval timeInSeconds = [location.timestamp timeIntervalSince1970];
BOOL superiorToIos10 = [UIDevice currentDevice].systemVersion.floatValue >= 10;
NSDictionary<NSString*,NSNumber*>* coordinatesDict =
Expand Down

0 comments on commit bae7e86

Please sign in to comment.