X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Frm.py;h=2f9091ee178bcaed966029958890abf713cf1f2f;hb=14c267e0eaa8b921307574f6c10cd3964ee0a381;hp=5cc12402f8863b9232e9f2beea9487ac2e3261fc;hpb=ace30fdab617c3bd90f5d4ab329e4a66bad5973b;p=dak.git diff --git a/dak/rm.py b/dak/rm.py index 5cc12402..2f9091ee 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -244,8 +244,6 @@ def main (): if Options["Rdep-Check"] and len(suites) > 1: utils.fubar("Reverse dependency check on multiple suites is not implemented.") - print "Working...", - sys.stdout.flush() to_remove = [] maintainers = {} @@ -279,7 +277,6 @@ def main (): JOIN src_associations sa ON s.id = sa.source AND sa.suite = su.id WHERE TRUE %s %s %s %s""" % (con_packages, con_suites, con_components, con_architectures)) to_remove.extend(q) - print "done." if not to_remove: print "Nothing to do."