mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Remove console.log
This commit is contained in:
parent
05b9e825bb
commit
f2b64c1aaa
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ Meteor.startup(() => {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (Meteor.isServer) {
|
if (Meteor.isServer) {
|
||||||
console.log(process.env.LDAP_AUTHENTIFICATION_USERDN);
|
|
||||||
if(process.env.OAUTH2_CLIENT_ID !== '') {
|
if(process.env.OAUTH2_CLIENT_ID !== '') {
|
||||||
|
|
||||||
ServiceConfiguration.configurations.upsert( // eslint-disable-line no-undef
|
ServiceConfiguration.configurations.upsert( // eslint-disable-line no-undef
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue