taking out debug lines from the previous commit
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Fri, 20 Nov 2009 09:48:23 +0000 (09:48 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Fri, 20 Nov 2009 09:48:23 +0000 (09:48 +0000)
sfa/methods/get_slices.py

index 3961ac8..5a12c92 100644 (file)
@@ -29,8 +29,6 @@ class get_slices(Method):
     returns = [Parameter(str, "Human readable slice name (hrn)")]
     
     def call(self, cred, request_hash=None, caller_cred=None):
-       import pdb
-       pdb.set_trace()
         self.api.auth.authenticateCred(cred, [cred], request_hash) 
         self.api.auth.check(cred, 'listslices')
        if caller_cred==None: