aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2025-07-04 10:00:20 -0300
committerRafael Laboissière <rafael@laboissiere.net>2025-07-04 10:00:20 -0300
commit83a7e3fcbe952c68133551a2f67306485cd54fba (patch)
tree167e1929e6e815568f2e6607a69c94cae6bc2582
parent8f3db6b19732c82fa261352a935bcdd185c7465d (diff)
Drop call to console.log()
-rw-r--r--www/index.html.in1
1 files changed, 0 insertions, 1 deletions
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];
}
}