diff options
| author | Rafael Laboissière <rafael@laboissiere.net> | 2025-07-04 10:00:20 -0300 |
|---|---|---|
| committer | Rafael Laboissière <rafael@laboissiere.net> | 2025-07-04 10:00:20 -0300 |
| commit | 83a7e3fcbe952c68133551a2f67306485cd54fba (patch) | |
| tree | 167e1929e6e815568f2e6607a69c94cae6bc2582 /www/index.html.in | |
| parent | 8f3db6b19732c82fa261352a935bcdd185c7465d (diff) | |
Drop call to console.log()
Diffstat (limited to 'www/index.html.in')
| -rw-r--r-- | www/index.html.in | 1 |
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]; } } |
