removed console.log

This commit is contained in:
2026-02-06 12:25:17 +01:00
committed by Florian Greistorfer
parent 4e5e6f2f91
commit 8c60bd1eb1

View File

@@ -50,7 +50,6 @@ class PhotoGallery {
const img = document.createElement("img");
img.src = this.shown[imgIndex]?.src || "";
console.log("Prefetching image:", img);
prefetchDiv.removeChild(prefetchDiv.firstChild);
prefetchDiv.appendChild(img);
}