From 398e359f17cb949c80a621c46d320b03898632d1 Mon Sep 17 00:00:00 2001 From: Laura Dolibois Date: Fri, 6 Jun 2025 00:06:38 +0200 Subject: [PATCH] removed logging --- 01-frontend/src/pages/Home.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/01-frontend/src/pages/Home.tsx b/01-frontend/src/pages/Home.tsx index bbf4513..cd83c93 100644 --- a/01-frontend/src/pages/Home.tsx +++ b/01-frontend/src/pages/Home.tsx @@ -161,13 +161,6 @@ export default function Home() { prevItemsLength.current = items.length; }, [items]); - useEffect(() => { - console.log("Container Höhe:", containerRef.current?.scrollHeight); - console.log("Container sichtbare Höhe:", containerRef.current?.clientHeight); - console.log("page-background Scrollhöhe:", document.querySelector(".page-background")?.scrollHeight); - console.log("page-background Sichtbare Höhe:", document.querySelector(".page-background")?.clientHeight); - }, []); - // Kategorie-Änderung const handleCategoryChange = (category: string) => { if (category === "") {