mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Comment out warning about unset variable at ldap.js.
Thanks to xet7 !
This commit is contained in:
parent
29f153d71d
commit
7f91055d8c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default class LDAP {
|
|||
}
|
||||
return value;
|
||||
} else {
|
||||
Log.warn(`Lookup for unset variable: ${name}`);
|
||||
//Log.warn(`Lookup for unset variable: ${name}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue