We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f787ab1 commit fba9362Copy full SHA for fba9362
lib/src/apple_map.dart
@@ -237,9 +237,6 @@ class _AppleMapState extends State<AppleMap> {
237
controller._updateAnnotations(_AnnotationUpdates.from(
238
_annotations.values.toSet(), widget.annotations));
239
_annotations = _keyByAnnotationId(widget.annotations);
240
- _annotations.forEach((key, value) {
241
- print('Id: ${key.value} icon = ${value.icon._toJson()}');
242
- });
243
}
244
245
void _updatePolylines() async {
0 commit comments