From a70fbe4f642d87eacd63829a495ea36f73e5a905 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Wed, 5 Jun 2024 21:07:02 +0200 Subject: [PATCH] remove console.log --- .../src/lib/components/toolbar/tools/routing/RoutingControls.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/lib/components/toolbar/tools/routing/RoutingControls.ts b/website/src/lib/components/toolbar/tools/routing/RoutingControls.ts index 6840d00a..ad780a9a 100644 --- a/website/src/lib/components/toolbar/tools/routing/RoutingControls.ts +++ b/website/src/lib/components/toolbar/tools/routing/RoutingControls.ts @@ -465,7 +465,6 @@ export class RoutingControls { } if (anchors[anchors.length - 1].point._data.index === segment.trkpt.length - 1) { // Last anchor is the last point of the segment - console.log('last anchor'); anchors[anchors.length - 1].point = response[response.length - 1]; // replace the last anchor anchors[anchors.length - 1].point._data.index = segment.trkpt.length - 1; } else {