Skip to content

Commit 9fc197a

Browse files
committed
logger.debug('Login process started') cleaned up
1 parent 08bd514 commit 9fc197a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

djangosaml2/views.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class LoginView(SPConfigMixin, View):
103103
If set to None or nonexistent template, default form from the saml2 library
104104
will be rendered.
105105
"""
106-
logger.debug('Login process started')
107106

108107
wayf_template = 'djangosaml2/wayf.html'
109108
authorization_error_template = 'djangosaml2/auth_error.html'
@@ -124,7 +123,7 @@ def get_next_path(self, request: HttpRequest) -> str:
124123
return next_path
125124

126125
def get(self, request, *args, **kwargs):
127-
logger.debug('Login process started')
126+
logger.debug('Login process started')
128127
next_path = self.get_next_path(request)
129128

130129
# if the user is already authenticated that maybe because of two reasons:

0 commit comments

Comments
 (0)