mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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;
|
return value;
|
||||||
} else {
|
} 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