Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Nov 19, 2019
1 parent 9d734bb commit 7132182
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions service-cve.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ func (c *CveResponse) GetReportByVersion(version string) (ret []CveResponseRepor
version = strings.ToLower(version)
version = strings.TrimLeft(version, "v")

fmt.Println(version)
for key := range c.vulneratbilityVersions {
fmt.Println(" -> " + key)
}
if val, ok := c.vulneratbilityVersions[version]; ok {
ret = val
}
Expand Down

0 comments on commit 7132182

Please sign in to comment.