From 83a7e3fcbe952c68133551a2f67306485cd54fba Mon Sep 17 00:00:00 2001 From: Rafael Laboissière Date: Fri, 4 Jul 2025 10:00:20 -0300 Subject: Drop call to console.log() --- www/index.html.in | 1 - 1 file changed, 1 deletion(-) diff --git a/www/index.html.in b/www/index.html.in index bbe280f..6e143b7 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -80,7 +80,6 @@ pre { for (const line of lines) { const fields = line.split(':'); if (fields[0] == 'Version') { - console.log(fields[1]); document.getElementById(arch).textContent =fields[1]; } } -- cgit v1.2.3