From 687d72e5abee2ee3e06d0b5162708114892d599e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Thu, 28 May 2026 08:21:16 +0300 Subject: [PATCH] remove erroneous console log in progressive enhancement --- data/static/js/bits/progressive-enhancement.js | 1 - 1 file changed, 1 deletion(-) diff --git a/data/static/js/bits/progressive-enhancement.js b/data/static/js/bits/progressive-enhancement.js index a1e4cfe..415031c 100644 --- a/data/static/js/bits/progressive-enhancement.js +++ b/data/static/js/bits/progressive-enhancement.js @@ -3,7 +3,6 @@ export const b = { } export function enhance(_, __, el) { - console.log(el); if (el.classList.contains('js-only')) { el.classList.remove('js-only'); }