mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Remove not necessary error_log
This commit is contained in:
parent
2b0fecd8bd
commit
0f84e305a2
@ -78,7 +78,6 @@ class Mailer extends Horde_Mime_Mail
|
|||||||
$this->_headers = new Horde_Mime_Headers();
|
$this->_headers = new Horde_Mime_Headers();
|
||||||
$this->clearAllRecipients();
|
$this->clearAllRecipients();
|
||||||
$this->clearReplyTos();
|
$this->clearReplyTos();
|
||||||
error_log(__METHOD__.__LINE__.array2string($this));
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
if ($account !== false)
|
if ($account !== false)
|
||||||
|
Loading…
Reference in New Issue
Block a user