summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-09-10 17:24:36 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-09-10 17:24:36 -0700
commitd963045f27b9ef2e3b3b2e64db7cbeb6b358588c (patch)
tree7c2aa6c011108b7030888d16c5b0f23b5e3e2b73
parent38db525f6f28603155ab9741db35f4a528496251 (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-swift-5.tar.gz
[ios] remove commentupstream/jmkiley-swift-5
-rw-r--r--platform/ios/Mapbox.playground/Contents.swift1
1 files changed, 0 insertions, 1 deletions
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)