We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f787ab1 + fba9362 commit e1cdb7aCopy full SHA for e1cdb7a
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