Commit 9b4adcf5 by Matúš Ferech Committed by Sébastien Eustace

Remove print statements (#1485)

parent 877618dc
...@@ -585,8 +585,6 @@ class Provider: ...@@ -585,8 +585,6 @@ class Provider:
duplicates[dep.name].append(dep) duplicates[dep.name].append(dep)
print(package)
print(duplicates)
dependencies = [] dependencies = []
for dep_name, deps in duplicates.items(): for dep_name, deps in duplicates.items():
if len(deps) == 1: if len(deps) == 1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment