Remove code that was commented out

This commit is contained in:
FusionPBX 2023-02-17 12:59:22 -07:00 committed by GitHub
parent 97dbe7b31a
commit ef866e12d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -285,9 +285,6 @@
unset($parameters);
}
//save output to a buffer
// ob_start();
//send the email
$email = new email;
$email->domain_uuid = $domain_uuid;
@ -303,9 +300,6 @@
$email_error = $email->error;
$email_response = $email->response;
//get the output buffer
// //$email_response = ob_get_clean();
//send the email
if ($email_status) {