From 98941130faad30baff70f863efd4b0e6e51d26d4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 23 Jan 2026 17:37:36 -0600 Subject: Remove unnecessary console.debug() statement. --- uploader/templates/phenotypes/view-dataset.html | 1 - 1 file changed, 1 deletion(-) diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index f11377a..de76cbf 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -219,7 +219,6 @@ chk.attr("name", "xref_ids"); chk.attr("style", "display: none"); chk.prop("checked", true); - console.debug(chk); form.append(chk); }); form.submit(); -- cgit 1.4.1