Skip to content

Commit d60988f

Browse files
remove incorrect comment
1 parent ba89d0f commit d60988f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arcgis_map_sdk_ios/ios/arcgis_map_sdk_ios/Sources/arcgis_map_sdk_ios/MapContentView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ struct MapContentView: View {
4646
}
4747
.ignoresSafeArea(edges: .all)
4848
.task {
49-
// Listen for load status changes and set the load status text.
5049
for await loadStatus in viewModel.map.$loadStatus {
5150
viewModel.onLoadStatusChanged?(loadStatus)
5251
}

0 commit comments

Comments
 (0)