remove cruft

This commit is contained in:
Brian Camacho 2023-07-07 00:23:37 -07:00
parent cfb1627c9b
commit 5d8845cbfc

@ -224,7 +224,6 @@ func (e *endpointGitFinder) NewEndpoint(operation, rawurl string) lfshttp.Endpoi
case "ssh", "git+ssh", "ssh+git":
return lfshttp.EndpointFromSshUrl(u)
case "http", "https":
tracerx.Printf("NewEndpoint: using http case")
return lfshttp.EndpointFromHttpUrl(u)
case "git":
return endpointFromGitUrl(u, e)