diff options
| author | davidovski <david@davidovski.xyz> | 2022-01-02 20:11:31 +0000 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2022-01-02 20:11:31 +0000 | 
| commit | 4bbfffc65ee5fe30c05aaf46a999257e58b681a8 (patch) | |
| tree | 1344c8df5289c0f34d0e9d82920e57d4fea25935 | |
| parent | 16375135a0a840e9dba6f397f458acd2389cb67b (diff) | |
removed useless printing
| -rw-r--r-- | src/verbs/sync.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/verbs/sync.py b/src/verbs/sync.py index 598aa3d..0474bf6 100644 --- a/src/verbs/sync.py +++ b/src/verbs/sync.py @@ -54,10 +54,6 @@ def validate_package(package, versions, repo, verbose=False):              most_popular = p              p_count = c -    if verbose: -        ##print(package, ":", popularity) -        print(most_popular) -          sources = [v[1] for v in versions if v[0] == most_popular]      # change the packages dict to list all the sources      return { | 
