From b72be6cc4406a0564bb231420b6f8b55b527fef6 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Mon, 7 Oct 2024 16:19:34 +0300 Subject: [PATCH] Remove redundant log Signed-off-by: Michael Sverdlov --- artifactory/utils/commandsummary/buildinfosummary.go | 1 - 1 file changed, 1 deletion(-) diff --git a/artifactory/utils/commandsummary/buildinfosummary.go b/artifactory/utils/commandsummary/buildinfosummary.go index bd8e91788..07bb7d35b 100644 --- a/artifactory/utils/commandsummary/buildinfosummary.go +++ b/artifactory/utils/commandsummary/buildinfosummary.go @@ -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 "" } }