Remove error_log commands. #424

This commit is contained in:
Korina Cordero 2020-06-25 10:57:14 +00:00
parent 87db4f4a4f
commit bf572fa93c

View file

@ -648,7 +648,6 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
// add errors to list
foreach ($errors as $error) {
error_log($error->getPropertyPath());
$error_array[$error->getPropertyPath()] = $error->getMessage();
}
@ -2651,7 +2650,6 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
// add errors to list
foreach ($errors as $error) {
error_log($error->getPropertyPath());
$error_array[$error->getPropertyPath()] = $error->getMessage();
}