mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
remove debug messages
This commit is contained in:
parent
1ec4930dfa
commit
1d8ed48666
1 changed files with 0 additions and 2 deletions
|
|
@ -105,12 +105,10 @@ class LdapMailAccounts
|
|||
|
||||
foreach($mailAddressResults as $mailAddressResult)
|
||||
{
|
||||
$this->logger->Write("AAAAAAA: $mailAddressResult->username , $username , $mailAddressResult->mailMainAccount , $sEmail", \LOG_NOTICE, self::LOG_KEY);
|
||||
if($mailAddressResult->username === $username) {
|
||||
//$sImapUser and $sSmtpUser are already set to be the same as $sEmail by function "resolveLoginCredentials" in /RainLoop/Actions/UserAuth.php
|
||||
//that called this hook, so we just have to overwrite the mail address
|
||||
$sEmail = $mailAddressResult->mailMainAccount;
|
||||
$this->logger->Write("BBBBBBB: $mailAddressResult->username , $username , $mailAddressResult->mailMainAccount , $sEmail", \LOG_NOTICE, self::LOG_KEY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue