From 889da9db3daed59cfedffa2f6ea5ec4f9bad3009 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Tue, 26 Mar 2019 17:44:32 -0700 Subject: [ios] comment out timer method --- platform/ios/app/MBXTestViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/ios/app/MBXTestViewController.m b/platform/ios/app/MBXTestViewController.m index b7dc1691ee..103c2181fb 100644 --- a/platform/ios/app/MBXTestViewController.m +++ b/platform/ios/app/MBXTestViewController.m @@ -76,8 +76,8 @@ } - (void)updateCenter { - CLLocationCoordinate2D coord = CLLocationCoordinate2DMake(arc4random_uniform(180) - 90, arc4random_uniform(360) - 180); - self.mapView.centerCoordinate = coord; +// CLLocationCoordinate2D coord = CLLocationCoordinate2DMake(arc4random_uniform(180) - 90, arc4random_uniform(360) - 180); +// self.mapView.centerCoordinate = coord; } #pragma mark - MGLMapViewDelegate methods -- cgit v1.2.1