mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Trash debug bits
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user