Skip to content

Commit

Permalink
Remove not used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
duskobogdanovski committed May 31, 2021
1 parent 68a70c1 commit d83466b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/saml2auth/views/saml2auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ def slo():
u'''View function that handles the IDP logout
request response and finish with logging out the user from CKAN
'''
saml_response = request.form.get(u'SAMLResponse', None)
return toolkit.redirect_to(u'user.logout')


Expand Down

0 comments on commit d83466b

Please sign in to comment.