77677dac32325aa1defe4bb93c775daa8f84f4a2 lrnassar Fri Jun 27 09:43:39 2025 -0700 Removing the redirect warning message which was meant to be temporary and help prevent users used to the redirect from sitting on the page indefinitely. Refs #35987 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index b56fbd2a6f3..a372f009176 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -1426,32 +1426,30 @@ char *errorMessage; hubFindOrAddUrlInStatusTable(cart, hub->hubUrl, &errorMessage); // if there is an error message, we stay in hgHubConnect if (errorMessage != NULL) return 0; getDbAndGenome(cart, &database, &organism, oldVars); char headerText[1024]; safef(headerText, sizeof(headerText), "Hub Connect Successful"); cartWebStart(cart, NULL, "%s", headerText); struct trackHub *tHub = hub->trackHub; -hPrintf("
Note: As of May 27 this page no longer redirects to our Genome Gateway page. Make a genome selection below to go directly to the tracks display. This message will be removed July 8th.
"); - hPrintf("Connected Hub: %s
", tHub->shortLabel); hPrintf("Hub Description: %s
", tHub->longLabel); hPrintf("Contact email: %s. Use this contact for all data questions.
", tHub->email, tHub->email); struct trackHubGenome *genomeList = tHub->genomeList; hPrintf("Assemblies: Select an assembly below to starting browsing the tracks of this hub:
"); hPrintf("