b36d37d0d18dbb63cbbeefd4d22bd70046526382
hiram
  Mon Jun 21 14:23:58 2021 -0700
do not need the extra comment about the elimination of the hgBotDelay refs #23217

diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index 7f396b0..12fc5e5 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -25854,34 +25854,30 @@
 
 customTracksSaveCart(database, cart, theCtList);
 
 cartSetString(cart, "i", "PrintAllSequences");
 hgCustom(newCts->tdb->track, NULL);
 }
 
 void doMiddle()
 /* Generate body of HTML. */
 {
 char *track = cartString(cart, "g");
 char *item = cloneString(cartOptionalString(cart, "i"));
 char *parentWigMaf = cartOptionalString(cart, "parentWigMaf");
 struct trackDb *tdb = NULL;
 
-/* used to have hgBotDelayFrac(0.5) here, replaced with earlyBotCheck()
- * at the beginning of main() to output message here if in delay time
- * 2021-06-21 - Hiram
- */
 if (issueBotWarning)
     {
     char *ip = getenv("REMOTE_ADDR");
     botDelayMessage(ip, botDelayMillis);
     }
 
 /*	database and organism are global variables used in many places	*/
 getDbAndGenome(cart, &database, &genome, NULL);
 organism = hOrganism(database);
 scientificName = hScientificName(database);
 
 initGenbankTableNames(database);
 
 dbIsFound = trackHubDatabase(database) || sqlDatabaseExists(database);