From 8c60bd1eb12531ad43fbf85bce7d37a5f08f6094 Mon Sep 17 00:00:00 2001 From: Florian Greistorfer Date: Fri, 6 Feb 2026 12:25:17 +0100 Subject: [PATCH] removed console.log --- templates/functionality.js | 1 - 1 file changed, 1 deletion(-) 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); }