summaryrefslogtreecommitdiffstats
path: root/loleaflet/src/map/Map.js
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/src/map/Map.js')
-rw-r--r--loleaflet/src/map/Map.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index df230b967f..a0ced6d70a 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -246,9 +246,6 @@ L.Map = L.Evented.extend({
}
if (this._docLayer) {
- if (this._docLayer._selections) {
- this.removeLayer(this._docLayer._selections);
- }
this.removeLayer(this._docLayer);
}
this.removeControls();