Skip to content
Snippets Groups Projects
Commit 5e5df54d authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Suppression des print de debug

parent 30cdfa75
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment