X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexport.py;h=42f75505bd5347bbe666b917049e528691edb11d;hb=245c6549dbacaeab5ee36ec74372b1df8675b477;hp=841e3361386d4a70323a35067ad4c673d509d4ea;hpb=4601607ab8a0f6b814d8cbc086bc5377880e9cd7;p=dak.git diff --git a/dak/export.py b/dak/export.py index 841e3361..42f75505 100644 --- a/dak/export.py +++ b/dak/export.py @@ -68,7 +68,6 @@ def main(argv=None): symlink = 'Copy' not in options for u in uploads: - print "Processing {0}...".format(u.changes.changesname) UploadCopy(u).export(directory, symlink=symlink, ignore_existing=True) if __name__ == '__main__':