From 77d29a5a652ccaf9b260d263ed4cbdbc01e821cb Mon Sep 17 00:00:00 2001 From: Justine Fricou Date: Tue, 9 Jul 2024 15:17:24 +0200 Subject: [PATCH] Remove console.log and debugger --- geotrek/core/static/core/multipath.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/geotrek/core/static/core/multipath.js b/geotrek/core/static/core/multipath.js index e620cb92d6..8854a4c0de 100644 --- a/geotrek/core/static/core/multipath.js +++ b/geotrek/core/static/core/multipath.js @@ -282,8 +282,6 @@ L.Handler.MultiPath = L.Handler.extend({ if (!this._routeLayer) return [] var layers = this._routeLayer.__layerArray - console.log('layers', layers) - debugger; var sortedLayers = layers.toSorted((first, second) => { return first.step_idx - second.step_idx })