aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-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];
}
}