bb387695e50d89c25fa23e687ed64e7c55b257e0
max
  Fri Jul 3 05:51:33 2020 -0700
leftover debug statement found by Angie, refs #25810

diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index ea85714..93668e7 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -720,31 +720,30 @@
 	jsRadioUpdate(hgtaRegionType, "regionType", "range"));
     cgiMakeButton(hgtaDoLookupPosition, "lookup");
     hPrintf(" ");
     if (userRegionsFileName() != NULL)
 	{
 	makeRegionButton(hgtaRegionTypeUserRegions, regionType);
 	hPrintf(" defined regions ");
 	cgiMakeButton(hgtaDoSetUserRegions, "change");
 	hPrintf(" ");
 	cgiMakeButton(hgtaDoClearUserRegions, "clear");
 	}
     else
 	cgiMakeButton(hgtaDoSetUserRegions, "define regions");
     hPrintf("</TD></TR>\n");
 
-    printf("noGenome? %d", (int)disableGenome);
     if (disableGenome) { // no need to check curTrack for NULL, disableGenome can only be set if curTable is set
         hPrintf("<tr><td><DIV style='background-color: #faf2bb; opacity:0.9; border: 1px solid #EEE; margin: 2px; padding: 4px'>");
         char *noGenomeNote = trackDbSettingClosestToHome(curTrack, "noGenomeReason");
         hPrintf("<b>Note:</b> This track is unavailable for genome-wide download. ");
         if (noGenomeNote)
             hPrintf("Reason: %s", noGenomeNote);
         else
             hPrintf("Usually, this is due to distribution restrictions of the source database or the size of the track. Please see the track documentation for more details. Contact us if you are still unable to access the data. ");
         hPrintf("</DIV></td></tr>");
     }
 
     }
 else
     {
     /* Need to put at least stubs of cgi variables in for JavaScript to work. */