From 4400bd55531b22903fa19a3250a347a1119dc96c Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Thu, 3 Feb 2011 09:01:48 -0500 Subject: [PATCH] Remove log messages. --- sfa/managers/aggregate_manager_eucalyptus.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sfa/managers/aggregate_manager_eucalyptus.py b/sfa/managers/aggregate_manager_eucalyptus.py index 721ba6ae..021e7d53 100644 --- a/sfa/managers/aggregate_manager_eucalyptus.py +++ b/sfa/managers/aggregate_manager_eucalyptus.py @@ -299,8 +299,6 @@ class EucaRSpecBuilder(object): xml = self.eucaRSpec with xml.bundles: for bundle in bundles.keys(): - print >>sys.stderr, 'bundle: %r' % bundle - sys.stderr.flush() with xml.bundle(id=bundle): xml << '' @@ -536,6 +534,7 @@ def create_slice(api, xrn, creds, xml, users): # Get all the public keys associate with slice. pubKeys = getKeysForSlice(s.slice_hrn) print >>sys.stderr, "Passing the following keys to the instance:\n%s" % pubKeys + sys.stderr.flush() for req in requests: vmTypeElement = req.getparent() instType = vmTypeElement.get('name') -- 2.47.0