X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexport.py;h=42f75505bd5347bbe666b917049e528691edb11d;hb=043d3a0cf119f66e406e8a2b1122bd94201ad9c2;hp=841e3361386d4a70323a35067ad4c673d509d4ea;hpb=c575bba437ec1de5ceb5feb6dc9c5f87d843958e;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__':