diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-25 13:09:25 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-25 13:09:25 +0300 |
commit | f2b64c1aaa1969532416dfd19f2453cd633f48a0 (patch) | |
tree | a92dfec9f1c4563becf20bed1aedd56a4e6c4268 | |
parent | 05b9e825bb15f56cb25836da89e227865bcc94b5 (diff) | |
download | wekan-f2b64c1aaa1969532416dfd19f2453cd633f48a0.tar.gz wekan-f2b64c1aaa1969532416dfd19f2453cd633f48a0.tar.bz2 wekan-f2b64c1aaa1969532416dfd19f2453cd633f48a0.zip |
Remove console.log
-rw-r--r-- | server/authentication.js | 1 |
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 |