From 63929566d9a7c3b4f5a7030e4dff23802dc7b821 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 2 Feb 2021 10:54:19 +0100 Subject: [PATCH] Remove debug line from setup --- setup/setuputils.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index d773ba06a..f861e3533 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -1060,7 +1060,6 @@ function toggleCollapsableOptions($tbody) { } function updateCollapsableImage($tbody) { $collapsableImg = $tbody.find("tr:first-child>th>label>img"); - console.debug("img", $collapsableImg, $tbody); imgPath = "../images/"; imgUrl = ($tbody.find("tr:nth-child(2)>td:visible").length > 0) ? "minus.gif"