[Pkg-javascript-commits] [leaflet-markercluster] 19/479: Remove console.log calls

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 9ae3667b14dda00652c3ca76624f36e82b36c49c
Author: danzel <danzel at localhost.geek.nz>
Date:   Fri Jul 13 16:44:26 2012 +1200

    Remove console.log calls
---
 src/MarkerClusterGroup.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index b508d5d..44667af 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -481,13 +481,10 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
 		this._inZoomAnimation++;
 
 		var me = this;
-		console.log(new Date().getTime() + ' called at zoom ' + me._map._zoom);
-		
 		//TODO: Maybe use the transition timing stuff to make this more reliable
 		setTimeout(function () {
 
 			map._mapPane.className = map._mapPane.className.replace(' leaflet-cluster-anim', '');
-			console.log(new Date().getTime() + ' adding at zoom ' + me._map._zoom);
 			for (i = 0; i < newClusters.length; i++) {
 				var cl = newClusters[i];
 				if (cl._icon) { //Make those clusters that are now there, visible

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list