diff --git a/website/src/lib/components/toolbar/tools/routing/Routing.ts b/website/src/lib/components/toolbar/tools/routing/Routing.ts index 268cc492..dd785565 100644 --- a/website/src/lib/components/toolbar/tools/routing/Routing.ts +++ b/website/src/lib/components/toolbar/tools/routing/Routing.ts @@ -22,7 +22,6 @@ export const routingProfileSelectItem = writable({ }); derived([routingProfile, locale], ([profile, l]) => [profile, l]).subscribe(([profile, l]) => { - console.log(profile, l); if (profile !== get(routingProfileSelectItem).value && l !== null) { routingProfileSelectItem.update((item) => { item.value = profile;