mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
Remove console.log calls
This commit is contained in:
@@ -481,13 +481,10 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
|
|||||||
this._inZoomAnimation++;
|
this._inZoomAnimation++;
|
||||||
|
|
||||||
var me = this;
|
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
|
//TODO: Maybe use the transition timing stuff to make this more reliable
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
|
||||||
map._mapPane.className = map._mapPane.className.replace(' leaflet-cluster-anim', '');
|
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++) {
|
for (i = 0; i < newClusters.length; i++) {
|
||||||
var cl = newClusters[i];
|
var cl = newClusters[i];
|
||||||
if (cl._icon) { //Make those clusters that are now there, visible
|
if (cl._icon) { //Make those clusters that are now there, visible
|
||||||
|
|||||||
Reference in New Issue
Block a user