Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Oct 7, 2024
1 parent 3691e30 commit b72be6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artifactory/utils/commandsummary/buildinfosummary.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func (bis *BuildInfoSummary) createArtifactsTree(module *buildInfo.Module) strin
artifactTreePath := path.Join(artifact.OriginalDeploymentRepo, artifact.Path)
artifactsTree.AddFile(artifactTreePath, artifactUrlInArtifactory)
if artifactsTree.IsTreeExceedsMax() {
log.Info("Exceeded maximum number of files in tree")
return ""
}
}
Expand Down

0 comments on commit b72be6c

Please sign in to comment.