🔇 Remove a log

This commit is contained in:
Kazhnuz 2025-07-17 20:31:16 +02:00
parent 50beaf9a1f
commit 371200817c

View file

@ -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;
}
}