Skip to content

Commit 8665b12

Browse files
committed
Remove useless debug log
1 parent b66f8eb commit 8665b12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

djangosaml2/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def logout(request, config_loader_path=None):
341341
This view initiates the SAML2 Logout request
342342
using the pysaml2 library to create the LogoutRequest.
343343
"""
344-
logger.debug('Logout process started')
345344
state = StateCache(request.session)
346345
conf = get_config(config_loader_path, request)
347346

0 commit comments

Comments
 (0)