Skip to content

Commit fba9362

Browse files
remove print statement
1 parent f787ab1 commit fba9362

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/apple_map.dart

-3
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ class _AppleMapState extends State<AppleMap> {
237237
controller._updateAnnotations(_AnnotationUpdates.from(
238238
_annotations.values.toSet(), widget.annotations));
239239
_annotations = _keyByAnnotationId(widget.annotations);
240-
_annotations.forEach((key, value) {
241-
print('Id: ${key.value} icon = ${value.icon._toJson()}');
242-
});
243240
}
244241

245242
void _updatePolylines() async {

0 commit comments

Comments
 (0)