824fca1285a93b3421bb9079c52779a61b2647e1 hiram Wed Apr 3 12:54:55 2019 -0700 remove stray line refs #18869 diff --git src/hg/hubApi/hubApi.c src/hg/hubApi/hubApi.c index 2c9c371..0d955b2 100644 --- src/hg/hubApi/hubApi.c +++ src/hg/hubApi/hubApi.c @@ -1193,31 +1193,30 @@ hPrintf("<li>goOtherHub: '%s'</li>\n", goOtherHub); hPrintf("<li>goUcscDb: '%s'</li>\n", goUcscDb); hPrintf("<li>otherHubUrl: '%s'</li>\n", otherHubUrl); hPrintf("<li>goPublicHub: '%s'</li>\n", goPublicHub); hPrintf("<li>hubDropDown: '%s'</li>\n", hubDropDown); hPrintf("<li>urlDropDown: '%s'</li>\n", urlDropDown); hPrintf("<li>ucscDb: '%s'</li>\n", ucscDb); hPrintf("<li>urlInput: '%s'</li>\n", urlInput); hPrintf("</ul>\n"); } if (sameWord("go", goOtherHub)) /* requested other hub URL */ urlInput = otherHubUrl; else if (isEmpty(otherHubUrl)) otherHubUrl = urlInput; -skipLeadingChars if (commandError) { hPrintf("<h3>ERROR: no such command: '%s/%s' for endpoint '%s'</h3>", words[0], words[1], pathInfo); } long lastTime = clock1000(); struct trackHub *hub = errCatchTrackHubOpen(urlInput); if (measureTiming || debug) { long thisTime = clock1000(); if (debug) hPrintf("<em>hub open time: %ld millis</em><br>\n", thisTime - lastTime); } hPrintf("<h3>Please refer to <a href='../../goldenPath/help/api.html'>API help</a> documentation for more information about data data API operation.</h3>\n");