Skip to content

Commit ae250f2

Browse files
chinyeungliJonoYang
andcommitted
Update minecode/collectors/rubygems.py
Co-authored-by: Jono Yang <[email protected]>
1 parent ffef8c2 commit ae250f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

minecode/collectors/rubygems.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def map_gem_package(package_url, pipelines, priority=0):
8080

8181
metadata = package_json
8282
packages = build_rubygem_packages_from_api_v2_data(metadata, package_url)
83-
# packages = build_packages(package_json, package_url)
8483

8584
for package in packages:
8685
db_package, _, _, error = merge_or_create_package(package, visit_level=0)

0 commit comments

Comments
 (0)