]> git.decadent.org.uk Git - dak.git/commitdiff
Remove debug statement
authorJoerg Jaspert <joerg@debian.org>
Sun, 7 Sep 2008 20:00:41 +0000 (22:00 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 7 Sep 2008 20:00:41 +0000 (22:00 +0200)
Remove a debug statement that was left in.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/process_unchecked.py

index 779f6765c0418e711502d2d8b1e76a9f3c689ba3..5884db181ab6bf302a6a177e5ee8f6a1d06e29ab 100755 (executable)
@@ -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