diff --git a/form.php b/form.php index 48f0dd2..9607c97 100644 --- a/form.php +++ b/form.php @@ -1122,9 +1122,6 @@ class formfield { if (! is_string ($val)) { - $this->loggingCallable (LOG_ERR, - "Value as defaut for $this->name::$key is not ". - "a string (".gettype ($val).")"); throw new \Exception ("Value as defaut for $this->name::$key is not ". "a string (".gettype ($val).")"); }