From: Sapan Bhatia Date: Fri, 17 Jul 2009 18:18:06 +0000 (+0000) Subject: drop pdb X-Git-Tag: sfa-0.9-0@14641~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8017c51d5b29006084cf3ff57fd7ea29462ad558;p=sfa.git drop pdb --- diff --git a/sfa/rspecs/aggregates/rspec_manager_max.py b/sfa/rspecs/aggregates/rspec_manager_max.py index 9665451c..15a6cb62 100644 --- a/sfa/rspecs/aggregates/rspec_manager_max.py +++ b/sfa/rspecs/aggregates/rspec_manager_max.py @@ -70,7 +70,6 @@ def get_interface_map(): def allocations_to_rspec(allocations): rspec = xml.dom.minidom.parse(SFA_MAX_DEFAULT_RSPEC) req = rspec.firstChild.appendChild(rspec.createElement("request")) - pdb.set_trace() for (iname,ip) in allocations: ifspec = req.appendChild(rspec.createElement("ifspec")) ifspec.setAttribute("name","tns:"+iname) @@ -282,7 +281,6 @@ def create_slice(api, hrn, rspec_xml): current_interfaces = map(lambda(elt):elt[0], current_allocations) current_hrn_interfaces = map(lambda(elt):elt[0], current_hrn_allocations) - pdb.set_trace() for a in requested_interfaces: if (a not in current_hrn_interfaces and a in current_interfaces): raise GeniOutOfResource(a)