Skip to content

Commit 0d91350

Browse files
authored
Remove camera debug overlay from iOS code (#563)
1 parent 522fad0 commit 0d91350

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/Classes/MapboxMapController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ final class MapboxMapController: NSObject, FlutterPlatformView {
5757
.set(key: "com.mapbox.common.telemetry.internal.custom_user_agent_fragment", value: "FlutterPlugin/\(pluginVersion)")
5858

5959
mapView = MapView(frame: frame, mapInitOptions: mapInitOptions)
60-
mapView.debugOptions = [.camera]
6160
mapboxMap = mapView.mapboxMap
6261

6362
self.registrar = registrar

0 commit comments

Comments
 (0)