X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2Fget_slices.py;h=5a12c92d63e2da19ed02508f4b7608beda42312e;hb=648d888ebc690e3dbcb17684f189880b9db57a97;hp=3961ac8ddd6ff24d0bacf7cfae5aa150143c01d7;hpb=31acbe969d3fbfa97e069767c1787e770aa5943e;p=sfa.git 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: