From de7c693c7b7919d611cbb5a41a274cde43dfbb33 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 12 Sep 2023 16:15:30 +0200 Subject: [PATCH] Remove console.log --- umap/static/umap/js/umap.layer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/umap/static/umap/js/umap.layer.js b/umap/static/umap/js/umap.layer.js index 02a8ab24..1140a47a 100644 --- a/umap/static/umap/js/umap.layer.js +++ b/umap/static/umap/js/umap.layer.js @@ -351,7 +351,6 @@ L.U.DataLayer = L.Evented.extend({ this.map.get(this._dataUrl(), { callback: function (geojson, response) { this._last_modified = response.getResponseHeader('Last-Modified') - console.log(this.getName(), this.options) // FIXME: for now this property is set dynamically from backend // And thus it's not in the geojson file in the server // So do not let all options to be reset