diff options
author | Simon Rettberg | 2024-10-16 13:34:39 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-10-16 13:34:39 +0200 |
commit | 5f8c6495852a3245415c027f3669aae181debb14 (patch) | |
tree | a14e555018b1c68dae1dea6089baa15e82dd467b | |
parent | [webinterface] Double ACME renew interval, improve error handling (diff) | |
download | slx-admin-5f8c6495852a3245415c027f3669aae181debb14.tar.gz slx-admin-5f8c6495852a3245415c027f3669aae181debb14.tar.xz slx-admin-5f8c6495852a3245415c027f3669aae181debb14.zip |
[minilinux] Remove debug spam
-rw-r--r-- | modules-available/minilinux/templates/branches.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/minilinux/templates/branches.html b/modules-available/minilinux/templates/branches.html index 7a93a523..54ff7325 100644 --- a/modules-available/minilinux/templates/branches.html +++ b/modules-available/minilinux/templates/branches.html @@ -38,7 +38,6 @@ c = JSON.parse(c); for (var e in c) { if (c.hasOwnProperty(e) && !hash.startsWith('#' + e.substring(4))) { - console.log(hash, e); $('#' + e).collapse('hide'); } } |