diff --git a/templates/functionality.js b/templates/functionality.js index 12df81d..6b9db5a 100644 --- a/templates/functionality.js +++ b/templates/functionality.js @@ -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); }