From 012f9b8f40647a7a3ae81910d252a01155fbac69 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 7 Jul 2011 13:18:47 -0400 Subject: [PATCH] remove debugging output --- sfa/managers/aggregate_manager_pl.py | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.43.0