taking out debug statement from the previous commit
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Mon, 30 Nov 2009 20:17:12 +0000 (20:17 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Mon, 30 Nov 2009 20:17:12 +0000 (20:17 +0000)
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: