We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66f8eb commit 8665b12Copy full SHA for 8665b12
1 file changed
djangosaml2/views.py
@@ -341,7 +341,6 @@ def logout(request, config_loader_path=None):
341
This view initiates the SAML2 Logout request
342
using the pysaml2 library to create the LogoutRequest.
343
"""
344
- logger.debug('Logout process started')
345
state = StateCache(request.session)
346
conf = get_config(config_loader_path, request)
347
0 commit comments