Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
chore: comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
temsa committed Jul 25, 2018
1 parent 30e5cbb commit 57532d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func main() {

for _, singlePackage := range packages {
vulnerabilitiesOSS, err := ossFetcher.Test(singlePackage.Name, singlePackage.Version)
// vulnerabilitiesNodeSWG, err := nodeswgFetcher.Test(singlePackage.Name, singlePackage.Version)
if err != nil {
fmt.Println(err.Error())
os.Exit(1)
Expand Down

0 comments on commit 57532d2

Please sign in to comment.