Skip to content

Commit 9ee2350

Browse files
committed
Removed debug statement for replacing URL
1 parent e2c39c9 commit 9ee2350

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tools/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func ProxyResponseHandler() func(*http.Response) error {
5252

5353
resolvedHostname := strings.Replace(CodeArtifactAuthInfo.Url, u.Host, hostname, -1)
5454
newUrl := fmt.Sprintf("http://%s/", "localhost")
55-
log.Printf("URI conversion %s -> %s", resolvedHostname, newUrl)
5655

5756
newResponseContent := strings.Replace(oldContentResponseStr, resolvedHostname, newUrl, -1)
5857
newResponseContent = strings.Replace(newResponseContent, CodeArtifactAuthInfo.Url, newUrl, -1)

0 commit comments

Comments
 (0)