[pkg-eucalyptus-commits] [euca2ools] 25/41: Drop old euca-bundle-image debug output

Charles Plessy plessy at alioth.debian.org
Sat Oct 12 03:24:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch master
in repository euca2ools.

commit 42386beb4820a4ce18633d332f43d4158ec93b7c
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Aug 23 15:17:21 2013 -0700

    Drop old euca-bundle-image debug output
---
 euca2ools/commands/bundle/bundleimage.py |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/euca2ools/commands/bundle/bundleimage.py b/euca2ools/commands/bundle/bundleimage.py
index bf01fc0..a1588a8 100644
--- a/euca2ools/commands/bundle/bundleimage.py
+++ b/euca2ools/commands/bundle/bundleimage.py
@@ -97,9 +97,7 @@ class BundleImage(BundleCreator):
         return (part['path'] for part in bundle.parts), manifest_filename
 
     def print_result(self, result):
-        for part_filename in result[0]:
-            print 'Wrote', part_filename
-        print 'Wrote manifest', result[1]  # manifest
+        print 'Wrote manifest', result[1]
 
     # noinspection PyUnresolvedReferences
     def generate_manifest_xml(self, bundle):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-eucalyptus/euca2ools.git



More information about the pkg-eucalyptus-commits mailing list