Remove error_log commands. #424
This commit is contained in:
parent
87db4f4a4f
commit
bf572fa93c
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue