From 60b5dcd3ef84f26959c514cb7730e1d1a1e4e4f8 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 7 Sep 2008 22:00:41 +0200 Subject: [PATCH] Remove debug statement Remove a debug statement that was left in. Signed-off-by: Joerg Jaspert --- dak/process_unchecked.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2