Remove console.log

reviewable/pr1974/r1
Lauri Ojansivu 7 years ago
parent 05b9e825bb
commit f2b64c1aaa
  1. 1
      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

Loading…
Cancel
Save