浏览代码

Merge branch 'master' of git://github.com/dereuromark/cakephp-tools

Mark Scherer 10 年之前
父节点
当前提交
78dc92e7ed
共有 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
 	 */
 	public function send($message = null) {
-		$this->profile('default');
-
 		$this->_log = [
 			'to' => $this->_to,
 			'from' => $this->_from,