removed logging

This commit is contained in:
Laura Dolibois
2025-06-06 00:06:38 +02:00
parent a195ea1c11
commit 398e359f17

View File

@@ -161,13 +161,6 @@ export default function Home() {
prevItemsLength.current = items.length; prevItemsLength.current = items.length;
}, [items]); }, [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 // Kategorie-Änderung
const handleCategoryChange = (category: string) => { const handleCategoryChange = (category: string) => {
if (category === "") { if (category === "") {