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

[dak/master] dak/export.py: be silent



---
 dak/export.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dak/export.py b/dak/export.py
index 841e336..42f7550 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__':
-- 
1.7.2.5


Reply to: