Browse Source

Remove console.log

Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
f2b64c1aaa
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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