X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=5884db181ab6bf302a6a177e5ee8f6a1d06e29ab;hb=56628c4a6e7a7ee774aac44b123090447c62d2af;hp=779f6765c0418e711502d2d8b1e76a9f3c689ba3;hpb=e79e9a1395528354b5978fc4b92a8fcdd1559d70;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 779f6765..5884db18 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1050,8 +1050,6 @@ def check_signed_by_key(): for si in q.getresult(): if si[0] not in source_ids: source_ids.append(si[0]) - print "source_ids: %s" % (",".join([str(x) for x in source_ids])) - is_nmu = 1 for si in source_ids: is_nmu = 1