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 === "") {