taking out debug statement from the previous commit
[sfa.git] / sfa / methods / get_resources.py
index 049cbc8..10cf5be 100644 (file)
@@ -67,8 +67,6 @@ class get_resources(Method):
             rspec = rspec_manager.get_rspec(self.api, hrn)
 
         # Filter the outgoing rspec using sfatables
-       import pdb
-       pdb.set_trace()
        if self.api.interface=='slicemgr':
            outgoing_rules = SFATablesRules('FORWARD-OUTGOING')
        else: