remove console log

This commit is contained in:
vcoppe
2026-03-07 15:59:08 +01:00
parent dd94a7d613
commit 01a7ec916e

View File

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