Skip to content

Commit

Permalink
removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
herlon214 committed Dec 5, 2021
1 parent 63633bf commit 68df69e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sonarqube/sonarqube.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ func (s *Sonarqube) TagIssues(issues []Issue, tags string) (*BulkActionResponse,
return nil, errors.Wrap(err, "failed to read tag issues response")
}

fmt.Println(string(body))

var bulkRes BulkActionResponse
err = json.Unmarshal(body, &bulkRes)
if err != nil {
Expand Down

0 comments on commit 68df69e

Please sign in to comment.