From 5f8c6495852a3245415c027f3669aae181debb14 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 16 Oct 2024 13:34:39 +0200 Subject: [minilinux] Remove debug spam --- modules-available/minilinux/templates/branches.html | 1 - 1 file changed, 1 deletion(-) 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'); } } -- cgit v1.2.3-55-g7522