summaryrefslogtreecommitdiff
path: root/filter.py
diff options
context:
space:
mode:
Diffstat (limited to 'filter.py')
-rw-r--r--filter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter.py b/filter.py
index f8182e3..f91ec68 100644
--- a/filter.py
+++ b/filter.py
@@ -107,7 +107,6 @@ def generate_exclude_list_from_blacklist(packages_iterable, blacklisted_names,
a.append(package["location"])
if debug:
- printf(a)
return a
try:
fsock = open(exclude_file,"w")