mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-09 16:58:49 +00:00
Remove debug message (#4883)
- Removes an old debug message which was left in by mistake
This commit is contained in:
parent
aa2f5e330a
commit
09e99e5f75
@ -13,10 +13,6 @@ register = template.Library()
|
|||||||
def sso_login_enabled():
|
def sso_login_enabled():
|
||||||
"""Return True if single-sign-on is 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'))
|
return str2bool(InvenTreeSetting.get_setting('LOGIN_ENABLE_SSO'))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user