Remove console.log
This commit is contained in:
parent
2d1d9281d9
commit
de7c693c7b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue