Skip to content

Commit ac21a6a

Browse files
authored
fix: remove unnecessary logging when clusters are rendered (#624)
1 parent c01f714 commit ac21a6a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/markerclusterer.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ export class MarkerClusterer extends OverlayViewSafe {
172172
MarkerClustererEvents.CLUSTERING_BEGIN,
173173
this
174174
);
175-
this.markers.forEach((marker) => {
176-
marker.addListener("animation_changed", () => {
177-
console.log("animation_changed");
178-
});
179-
});
180175
const { clusters, changed } = this.algorithm.calculate({
181176
markers: this.markers,
182177
map,

0 commit comments

Comments
 (0)