Skip to content

Commit

Permalink
Remove console.log and debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
justinefricou committed Jul 9, 2024
1 parent c6bf2c8 commit 77d29a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geotrek/core/static/core/multipath.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 77d29a5

Please sign in to comment.