Browse Source

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

Mark Scherer 10 years ago
parent
commit
78dc92e7ed
1 changed files with 0 additions and 2 deletions
  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,