Suppression des print de debug

This commit is contained in:
Rodolphe Quiedeville 2004-10-20 09:30:50 +00:00
parent 30cdfa755d
commit 5e5df54d83

View File

@ -188,10 +188,6 @@ class DolibarrMail
$this->text_body = $this->write_body();
print nl2br($this->smtp_headers);
print nl2br($this->mime_headers);
print nl2br($this->text_body);
$headers = $this->smtp_headers . $this->mime_headers;
$message_comp = $this->text_body . $this->text_encoded;
@ -199,9 +195,9 @@ class DolibarrMail
return $res;
}
/*
*
*
/**
* Ecrit le mail dans un fichier
* Utilisation pour le debuggage
*/
function write_to_file()
{