Skip to content

Commit 6f4f85f

Browse files
authored
Remove console.log call
1 parent 88f914e commit 6f4f85f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/lib/markerclusterer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ ClusterIcon.prototype.createCss = function (pos) {
336336
* @return {google.maps.Point} The position in pixels.
337337
*/
338338
ClusterIcon.prototype.getPosFromLatLng_ = function (latlng) {
339-
console.log(this.getProjection())
340339
var pos = this.getProjection().fromLatLngToDivPixel(latlng);
341340
pos.x -= this.anchorIcon_[1];
342341
pos.y -= this.anchorIcon_[0];

0 commit comments

Comments
 (0)