Skip to content

Commit

Permalink
chore: fixed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 27, 2022
1 parent 01b2110 commit 78ec6a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion map/client/leaflet/TiledFeatureLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { tile2key, key2tile, tileSetContainsParent, getParentTileInTileSet } fro
const TiledFeatureLayer = L.GridLayer.extend({
initialize (options) {
this.enableDebug = _.get(options, 'enableDebug', false)
// this.enableDebug = true
L.GridLayer.prototype.initialize.call(this, options)

this.on('tileunload', (event) => { this.onTileUnload(event) })
Expand Down

0 comments on commit 78ec6a3

Please sign in to comment.