From 1a51b000ace3a13500cbe3b05a0c0e15196ccd76 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 16 Dec 2024 21:11:37 +0100 Subject: [PATCH] Lib: Remove debug log --- src/lib/components/LazyCard.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/LazyCard.svelte b/src/lib/components/LazyCard.svelte index 1ae96c1..85c75bc 100644 --- a/src/lib/components/LazyCard.svelte +++ b/src/lib/components/LazyCard.svelte @@ -43,7 +43,6 @@ let load: boolean = $state(false); const lazy_visible_handler = () => { - console.log("Hi"); load = true; };