Trash debug bits

This commit is contained in:
danzel
2012-07-20 16:43:00 +12:00
parent 96b4d8b73e
commit 569b64fc3c
-7
View File
@@ -388,9 +388,6 @@ L.MarkerCluster = L.Marker.extend({
clusters = res.clusters,
i;
var oldMarkers = this._markers;
var old = this._childCount;
this._markers = [];
this._childCount = 0;
@@ -401,10 +398,6 @@ L.MarkerCluster = L.Marker.extend({
this._addChild(clusters[i]);
}
if (this._childCount != old) {
debugger;
}
delete this._zoomForCluster;
this._haveGeneratedChildClusters = true;
},