Explorar el Código

Remove console.log

Lauri Ojansivu hace 6 años
padre
commit
f2b64c1aaa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      server/authentication.js

+ 0 - 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