瀏覽代碼

#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 年之前
父節點
當前提交
e3e6102760
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)
 		{