From: Anil-Kumar Vengalil Date: Fri, 20 Nov 2009 09:48:23 +0000 (+0000) Subject: taking out debug lines from the previous commit X-Git-Tag: sfa-0.9-7~312 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=648d888ebc690e3dbcb17684f189880b9db57a97 taking out debug lines from the previous commit --- diff --git a/sfa/methods/get_slices.py b/sfa/methods/get_slices.py index 3961ac8d..5a12c92d 100644 --- a/sfa/methods/get_slices.py +++ b/sfa/methods/get_slices.py @@ -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: