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/hgGene/hgGene.c src/hg/hgGene/hgGene.c index 69abe58..e802797 100644 --- src/hg/hgGene/hgGene.c +++ src/hg/hgGene/hgGene.c @@ -684,34 +684,30 @@ * Method, Credits, and Data Use Restrictions) */ { cartWebStart(cart, database, "Methods, Credits, and Use Restrictions"); char *tableName = cartUsualString(cart, hggType, NULL); if (tableName == NULL) tableName = "knownGene"; struct trackDb *tdb = hTrackDbForTrack(database, tableName); hPrintf("%s", tdb->html); cartWebEnd(); } void cartMain(struct cart *theCart) /* We got the persistent/CGI variable cart. Now * set up the globals and make a web page. */ { -/* used to have hgBotDelay() 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); } cart = theCart; getDbAndGenome(cart, &database, &genome, oldVars); initGenbankTableNames(database); getGenomeSettings(); if (cartVarExists(cart, hggDoKgMethod)) doKgMethod(); else if (cartVarExists(cart, hggDoTxInfoDescription)) doTxInfoDescription(); else {