summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/authentication.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/authentication.js b/server/authentication.js
index 1d3b1eca..4d3cc53e 100644
--- a/server/authentication.js
+++ b/server/authentication.js
@@ -63,7 +63,6 @@ Meteor.startup(() => {
};
if (Meteor.isServer) {
- console.log(process.env.LDAP_AUTHENTIFICATION_USERDN);
if(process.env.OAUTH2_CLIENT_ID !== '') {
ServiceConfiguration.configurations.upsert( // eslint-disable-line no-undef