From: Joerg Jaspert Date: Sun, 7 Sep 2008 20:00:41 +0000 (+0200) Subject: Remove debug statement X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=60b5dcd3ef84f26959c514cb7730e1d1a1e4e4f8;p=dak.git Remove debug statement Remove a debug statement that was left in. Signed-off-by: Joerg Jaspert --- 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