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')) {