Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tam33 committed Nov 17, 2024
1 parent 9f1f341 commit 757664e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/maps/AddMarkers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function AddMarker({

setClusterer.addListener('click', function (cluster: Cluster) {
const mapZoom = map.getZoom() ?? 0;
console.log(cluster.markers);
const minZoom = cluster.markers?.length
? getMinZoom(cluster.markers?.length, mapZoom)
: 0;
Expand Down

0 comments on commit 757664e

Please sign in to comment.