Remove debug message (#4883)

- Removes an old debug message which was left in by mistake
This commit is contained in:
Oliver 2023-05-24 13:48:38 +10:00 committed by GitHub
parent aa2f5e330a
commit 09e99e5f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,6 @@ register = template.Library()
def sso_login_enabled():
"""Return True if single-sign-on is enabled"""
val = InvenTreeSetting.get_setting('LOGIN_ENABLE_SSO')
print("SSO Enabled:", val)
return str2bool(InvenTreeSetting.get_setting('LOGIN_ENABLE_SSO'))