From: Marco Yuen Date: Thu, 3 Feb 2011 14:01:48 +0000 (-0500) Subject: Remove log messages. X-Git-Tag: sfa-1.0-14~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4400bd55531b22903fa19a3250a347a1119dc96c;p=sfa.git Remove log messages. --- 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')