Browse Source

#1323 error.log polluted with the contents of each email sent (transport = PHPMail)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4392 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 năm trước cách đây
mục cha
commit
e3e6102760
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      core/email.class.inc.php

+ 0 - 2
core/email.class.inc.php

@@ -195,8 +195,6 @@ class EMail
 
 		$aFailedRecipients = array();
 		$this->m_oMessage->setMaxLineLength(0);
-IssueLog::Info(__METHOD__.' '.$this->m_oMessage->getMaxLineLength());
-IssueLog::Info(__METHOD__.' '.$this->m_oMessage->toString());
 		$iSent = $oMailer->send($this->m_oMessage, $aFailedRecipients);
 		if ($iSent === 0)
 		{