[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/security] Remove debug statement



Remove a debug statement that was left in.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/process_unchecked.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index 779f676..5884db1 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
-- 
1.5.6.5



Reply to: