Skip to content

Commit

Permalink
Remove the file info log line from the Artifactory release source
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalter committed Jan 10, 2025
1 parent 31ae0c4 commit 1f032b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/component/artifactory_release_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func (ars *ArtifactoryReleaseSource) DownloadRelease(releaseDir string, remoteRe

func (ars *ArtifactoryReleaseSource) getFileSHA1(release cargo.BOSHReleaseTarballLock) (string, error) {
fullURL := ars.ArtifactoryHost + "/api/storage/" + ars.Repo + "/" + release.RemotePath
ars.logger.Printf("Getting %s file info from artifactory", release.Name)

resp, err := ars.getWithAuth(fullURL)
if err != nil {
Expand Down

0 comments on commit 1f032b5

Please sign in to comment.