summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-26 17:44:32 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-03-26 17:44:32 -0700
commit889da9db3daed59cfedffa2f6ea5ec4f9bad3009 (patch)
tree27180d2943c37caed6277ee782dc6fb175cbd6c4
parentd0cdd1d350f26cd3cf20bc6049437d21189c49fe (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-tab-debug.tar.gz
[ios] comment out timer methodupstream/jmkiley-tab-debug
-rw-r--r--platform/ios/app/MBXTestViewController.m4
1 files 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