Comment out warning about unset variable at ldap.js.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-21 21:06:18 +03:00
parent 29f153d71d
commit 7f91055d8c

View file

@ -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}`);
}
}