From d963045f27b9ef2e3b3b2e64db7cbeb6b358588c Mon Sep 17 00:00:00 2001 From: jmkiley Date: Tue, 10 Sep 2019 17:24:36 -0700 Subject: [ios] remove comment --- platform/ios/Mapbox.playground/Contents.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/ios/Mapbox.playground/Contents.swift b/platform/ios/Mapbox.playground/Contents.swift index c44721bce4..3bdb870fb5 100644 --- a/platform/ios/Mapbox.playground/Contents.swift +++ b/platform/ios/Mapbox.playground/Contents.swift @@ -121,7 +121,6 @@ class MapDelegate: NSObject, MGLMapViewDelegate { let isRecognized = press.state == .recognized if (isRecognized) { -// let coordinate: CLLocationCoordinate2D = mapView.convert(press.location(in: mapView), toCoordinateFrom: mapView) let annotation = MGLPointAnnotation() annotation.title = "Dropped Marker" annotation.coordinate = mapView.convert(press.location(in: mapView), toCoordinateFrom: mapView) -- cgit v1.2.1