Removing debug statement

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5507 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2007-08-11 14:58:09 +00:00
parent ee3658894e
commit 0d1d5f51fa

View file

@ -592,7 +592,6 @@ class EmailComponent extends Object{
*/
function __smtp() {
$response = $this->__smtpConnect();
debug($response);
if ($response['errno'] != 0 && $response['status'] === false) {
$this->smtpError = "{$response['errno']}: {$response['errstr']}";