Skip to content

Commit e1cdb7a

Browse files
authored
Merge pull request #16 from joachimvalente/master
remove print statement
2 parents f787ab1 + fba9362 commit e1cdb7a

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)