From 01a7ec916ec6717580fb1618462b4df3cf7ce9e4 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sat, 7 Mar 2026 15:59:08 +0100 Subject: [PATCH] remove console log --- website/src/lib/components/toolbar/tools/routing/routing.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/lib/components/toolbar/tools/routing/routing.ts b/website/src/lib/components/toolbar/tools/routing/routing.ts index 924330283..df9a4398a 100644 --- a/website/src/lib/components/toolbar/tools/routing/routing.ts +++ b/website/src/lib/components/toolbar/tools/routing/routing.ts @@ -128,7 +128,6 @@ async function getGraphHopperRoute( if (!response.ok) { const error = await response.json(); - console.log(error); if (error.message.includes('Cannot find point 0')) { throw new Error('toolbar.routing.error.from'); } else if (error.message.includes('Cannot find point 1')) {