Remove debug line from setup

This commit is contained in:
Stephen Abello
2021-02-02 10:54:19 +01:00
parent ed3df37176
commit 63929566d9

View File

@@ -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"