Skip to content

Commit

Permalink
removing logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Nov 27, 2023
1 parent 437e139 commit 135843e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/vela-slack/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ func getAttachmentFromFile(p *Plugin) ([]slack.Attachment, error) {
bStr = strings.Replace(bStr, "{{ .RepositoryTimeout }}", strconv.Itoa(p.Env.RepositoryTimeout), -1)
bytes = []byte(bStr)

logrus.Info("pip")
logrus.Info(bStr)
logrus.Info("pip")
// create a variable to hold our message
var msg slack.WebhookMessage

Expand Down Expand Up @@ -294,9 +291,6 @@ func getRemoteAttachment(p *Plugin) ([]slack.Attachment, error) {
bStr = strings.Replace(bStr, "{{ .RepositoryTimeout }}", strconv.Itoa(p.Env.RepositoryTimeout), -1)
bytes = []byte(bStr)

logrus.Info("pip")
logrus.Info(bStr)
logrus.Info("pip")
// create a variable to hold our message
var msg slack.WebhookMessage

Expand Down

0 comments on commit 135843e

Please sign in to comment.