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("
  • goOtherHub: '%s'
  • \n", goOtherHub); hPrintf("
  • goUcscDb: '%s'
  • \n", goUcscDb); hPrintf("
  • otherHubUrl: '%s'
  • \n", otherHubUrl); hPrintf("
  • goPublicHub: '%s'
  • \n", goPublicHub); hPrintf("
  • hubDropDown: '%s'
  • \n", hubDropDown); hPrintf("
  • urlDropDown: '%s'
  • \n", urlDropDown); hPrintf("
  • ucscDb: '%s'
  • \n", ucscDb); hPrintf("
  • urlInput: '%s'
  • \n", urlInput); hPrintf("\n"); } if (sameWord("go", goOtherHub)) /* requested other hub URL */ urlInput = otherHubUrl; else if (isEmpty(otherHubUrl)) otherHubUrl = urlInput; -skipLeadingChars if (commandError) { hPrintf("

    ERROR: no such command: '%s/%s' for endpoint '%s'

    ", words[0], words[1], pathInfo); } long lastTime = clock1000(); struct trackHub *hub = errCatchTrackHubOpen(urlInput); if (measureTiming || debug) { long thisTime = clock1000(); if (debug) hPrintf("hub open time: %ld millis
    \n", thisTime - lastTime); } hPrintf("

    Please refer to API help documentation for more information about data data API operation.

    \n");