🔇 Remove a log
This commit is contained in:
parent
50beaf9a1f
commit
371200817c
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class PostData {
|
|||
private function applyValidation($rule, $name, $array, $keys, $database) {
|
||||
$error = call_user_func(array($this->validators, $rule), $name, $this->nonCleanDatas, $keys, $database);
|
||||
if ($error != null) {
|
||||
echo($error);
|
||||
$this->errors[] = $error;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue