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

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) {