524ac3f3ff7186be84767ce63339baf61ded1356
braney
  Thu Jun 27 12:31:32 2024 -0700
permenantly remove GAD section

diff --git src/hg/hgGene/hgGene.c src/hg/hgGene/hgGene.c
index ce1f9da..59c5928 100644
--- src/hg/hgGene/hgGene.c
+++ src/hg/hgGene/hgGene.c
@@ -397,31 +397,30 @@
 
 // Could be an ajax request for a single section!
 char *ajaxSection = cartOptionalString(cart, hggAjaxSection);
 if (ajaxSection != NULL)
     {
     // Currently only one section supports ajax update.
     if (sameString(ajaxSection,HGG_GENE_ALLELES))
         {
         addGoodSection(allelesSection(conn, sectionRa), conn, &sectionList);
         return sectionList;
         }
     }
 
 addGoodSection(linksSection(conn, sectionRa), conn, &sectionList);
 addGoodSection(otherOrgsSection(conn, sectionRa), conn, &sectionList);
-addGoodSection(gadSection(conn, sectionRa), conn, &sectionList);
 addGoodSection(malaCardsSection(conn, sectionRa), conn, &sectionList);
     addGoodSection(ctdSection(conn, sectionRa), conn, &sectionList);
 /*if (isRgdGene(conn))
     {
     addGoodSection(ctdRgdGene2Section(conn, sectionRa), conn, &sectionList);
     }
 else
     {
     addGoodSection(ctdSection(conn, sectionRa), conn, &sectionList);
     }
 */
 addGoodSection(rgdGeneRawSection(conn, sectionRa), conn, &sectionList);
 
 addGoodSection(gtexSection(conn, sectionRa), conn, &sectionList);
 /* temporarily disable microarray section for Zebrafish, until a bug is fixed */