3c68ae03c7ec7a7e6b98c22e81f7a6489b50e515
braney
  Mon Feb 17 10:41:18 2020 -0800
delete long unused code for HIV, Cancer browser.   RIP Fan.

diff --git src/hg/hgGene/hgGene.c src/hg/hgGene/hgGene.c
index 8457b94..f2967e3 100644
--- src/hg/hgGene/hgGene.c
+++ src/hg/hgGene/hgGene.c
@@ -400,32 +400,31 @@
 readRa("section.ra", &sectionRa);
 
 // 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);
-/* disable ortherOrg section for CGB servers for the time being */
-if (!hIsCgbServer()) addGoodSection(otherOrgsSection(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);