Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Holly Gong <[email protected]>
  • Loading branch information
hogo6002 committed Dec 19, 2024
1 parent 1664872 commit 9447df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/osv-linter/internal/pkgchecker/package_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func existsInMaven(pkg string) bool {
group_id := strings.Split(pkg, ":")[0]
artifact_id := strings.Split(pkg, ":")[1]
packageInstanceURL := fmt.Sprintf("%s/?q=g:%s%%20AND%%20a:%s", EcosystemBaseURLs["Maven"], group_id, artifact_id)
fmt.Println(packageInstanceURL)

// Needs to use GET instead of HEAD for Maven
resp, err := faulttolerant.Get(packageInstanceURL)
Expand Down

0 comments on commit 9447df1

Please sign in to comment.