Skip to content

Commit 3231cba

Browse files
remove the necessary logging
1 parent 115abbc commit 3231cba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/shared.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ package plugins
22

33
import (
44
"bytes"
5-
"codacy/cli-v2/utils/logger"
65
"strings"
76
"text/template"
8-
9-
"github.com/sirupsen/logrus"
107
)
118

129
// ExtensionConfig defines the file extension based on OS
@@ -145,7 +142,6 @@ func GetDownloadURL(urlTemplate string, fileName string, version string, mappedA
145142
}
146143

147144
url := buf.String()
148-
logger.Info("Generated download URL:", logrus.Fields{"url": url})
149145
return url
150146
}
151147

0 commit comments

Comments
 (0)