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():
|
||||
"""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'))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue