ソースを参照

remove unneeded profile call

Mark Scherer 10 年 前
コミット
4275d61c7c
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/Network/Email/Email.php

+ 0 - 2
src/Network/Email/Email.php

@@ -361,8 +361,6 @@ class Email extends CakeEmail {
 	 * @return bool Success
 	 * @return bool Success
 	 */
 	 */
 	public function send($message = null) {
 	public function send($message = null) {
-		$this->profile('default');
-
 		$this->_log = [
 		$this->_log = [
 			'to' => $this->_to,
 			'to' => $this->_to,
 			'from' => $this->_from,
 			'from' => $this->_from,