From 7e3b81add97b6fe7b374a3380d5dde01b197d3b7 Mon Sep 17 00:00:00 2001 From: cm-schl <63400209+cm-schl@users.noreply.github.com> Date: Fri, 25 Nov 2022 12:31:27 +0100 Subject: [PATCH] remove not needet logging --- plugins/ldap-mail-accounts/LdapMailAccounts.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/ldap-mail-accounts/LdapMailAccounts.php b/plugins/ldap-mail-accounts/LdapMailAccounts.php index e5db799bd..dc1842d39 100644 --- a/plugins/ldap-mail-accounts/LdapMailAccounts.php +++ b/plugins/ldap-mail-accounts/LdapMailAccounts.php @@ -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) { //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 ($required)