Skip to content

Commit 903da3e

Browse files
committed
chores: remove debug in LDAP
1 parent c5a27d7 commit 903da3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/modules/authentication/ldap/app/src/LDAPModuleManager.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const LDAPModuleManager = {
4040
rejectUnauthorized: boolFromEnv(process.env.OVERLEAF_LDAP_TLS_OPTS_REJECT_UNAUTH),
4141
},
4242
}
43-
logger.debug(JSON.stringify(ldapOptions, null, 2))
4443
try {
4544
passport.use(
4645
'ldapauth',

0 commit comments

Comments
 (0)