summaryrefslogtreecommitdiff
path: root/db-list-unsigned-packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'db-list-unsigned-packages.py')
-rwxr-xr-xdb-list-unsigned-packages.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/db-list-unsigned-packages.py b/db-list-unsigned-packages.py
index ccbec3a..36be93a 100755
--- a/db-list-unsigned-packages.py
+++ b/db-list-unsigned-packages.py
@@ -50,7 +50,6 @@ def main():
if line == b"%ARCH%\n":
is_arch = True
if skip:
- print("skip " + repo + "/" + entry.name[:-5])
continue
print(repo + "/" + entry.name[:-5])