about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-23 17:37:36 -0600
committerFrederick Muriuki Muriithi2026-01-23 17:37:36 -0600
commit98941130faad30baff70f863efd4b0e6e51d26d4 (patch)
tree6a172a50314d6f645a8f21bcf564d57e488f6069
parenta715a8a74513cfbb4c58da559c3e9eb594cb6c73 (diff)
downloadgn-uploader-98941130faad30baff70f863efd4b0e6e51d26d4.tar.gz
Remove unnecessary console.debug() statement. HEAD main
-rw-r--r--uploader/templates/phenotypes/view-dataset.html1
1 files changed, 0 insertions, 1 deletions
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();