diff --git a/src/routes/options-flow/+page.svelte b/src/routes/options-flow/+page.svelte index 524a6aa0..533c94da 100644 --- a/src/routes/options-flow/+page.svelte +++ b/src/routes/options-flow/+page.svelte @@ -16,7 +16,6 @@ import { Button } from "$lib/components/shadcn/button/index.js"; import { Calendar } from "$lib/components/shadcn/calendar/index.js"; import CalendarIcon from "lucide-svelte/icons/calendar"; - import * as HoverCard from "$lib/components/shadcn/hover-card/index.js"; import { page } from "$app/stores"; @@ -337,7 +336,6 @@ async function getInfoText(parameter, title) { tooltipTitle = title; - console.log(parameter); const cachedData = getCache(parameter, "getInfoText"); if (cachedData) { infoText = cachedData; @@ -1101,14 +1099,12 @@