mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove some left-over debugging statements
This commit is contained in:
committed by
Jason Gerard DeRose
parent
8ae0f9c8aa
commit
0e4a1b5be5
@@ -125,9 +125,6 @@ class WSGIExecutioner(Executioner):
|
||||
error = InternalError()
|
||||
finally:
|
||||
destroy_context()
|
||||
self.debug('Returning:\n%s',
|
||||
json.dumps(result, sort_keys=True, indent=4)
|
||||
)
|
||||
return self.marshal(result, error, _id)
|
||||
|
||||
def simple_unmarshal(self, environ):
|
||||
|
||||
Reference in New Issue
Block a user