mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
remove not needet logging
This commit is contained in:
parent
73faa02795
commit
7e3b81add9
1 changed files with 0 additions and 2 deletions
|
|
@ -350,8 +350,6 @@ $this->logger->Write("test $sUsername@$sDomain", \LOG_NOTICE, self::LOG_KEY);
|
||||||
private function LdapGetAttribute(array $entry, string $attribute, bool $single = true, bool $required = false)
|
private function LdapGetAttribute(array $entry, string $attribute, bool $single = true, bool $required = false)
|
||||||
{
|
{
|
||||||
//INFO if $single=false a array is returned. needet for identities, but not for additional mail accounts / usernames
|
//INFO if $single=false a array is returned. needet for identities, but not for additional mail accounts / usernames
|
||||||
//TODO: remove line when not needed anymore
|
|
||||||
$this->logger->Write("Attribute=$attribute, DN={$entry['dn']}", \LOG_NOTICE, self::LOG_KEY);
|
|
||||||
|
|
||||||
if (!isset($entry[$attribute])) {
|
if (!isset($entry[$attribute])) {
|
||||||
if ($required)
|
if ($required)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue