From f2b64c1aaa1969532416dfd19f2453cd633f48a0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 25 Oct 2018 13:09:25 +0300 Subject: [PATCH] Remove console.log --- server/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/authentication.js b/server/authentication.js index 1d3b1eca4..4d3cc53e7 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