Remove not necessary error_log

This commit is contained in:
Hadi Nategh 2017-03-15 18:00:14 +01:00
parent 2b0fecd8bd
commit 0f84e305a2

View File

@ -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)