googlemaps/js-markerclusterer

Unnecessary logging when clusters are rendered

emilengelin opened this issue ยท 2 comments

These lines of code should not be in prod as they reduce performance and should be mainly used for testing:

this.markers.forEach((marker) => {
marker.addListener("animation_changed", () => {
console.log("animation_changed");
});
});

I'm guessing that the inclusion of these lines was a mistake ๐Ÿ˜‰

If you would like to upvote the priority of this issue, please comment below or react with ๐Ÿ‘ so we can see what is popular when we triage.

@MeisterOfPizza Thank you for opening this issue. ๐Ÿ™
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

๐ŸŽ‰ This issue has been resolved in version 2.1.3 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€