From: Tony Mack Date: Thu, 7 Jul 2011 17:18:47 +0000 (-0400) Subject: remove debugging output X-Git-Tag: sfa-1.0-27~19 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=012f9b8f40647a7a3ae81910d252a01155fbac69;p=sfa.git remove debugging output --- diff --git a/sfa/managers/aggregate_manager_pl.py b/sfa/managers/aggregate_manager_pl.py index 0dd236ce..428b7a0d 100644 --- a/sfa/managers/aggregate_manager_pl.py +++ b/sfa/managers/aggregate_manager_pl.py @@ -212,9 +212,6 @@ def CreateSliver(api, slice_xrn, creds, rspec_string, users, call_id): else: existing_slice_attributes.append(slice_tag) - #api.logger.debug("requested slice attributes: %s" % str(requested_slice_attributes)) - #api.logger.debug("removed slice attributes: %s" % str(removed_slice_attributes)) - #api.logger.debug("existing slice attributes: %s" % str(existing_slice_attributes)) try: if peer: api.plshell.UnBindObjectFromPeer(api.plauth, 'slice', slice['slice_id'], peer)