2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

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

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'))