diff --git a/lib/WebGUI/FormValidator.pm b/lib/WebGUI/FormValidator.pm index 02e8555a8..d34b1da03 100644 --- a/lib/WebGUI/FormValidator.pm +++ b/lib/WebGUI/FormValidator.pm @@ -177,7 +177,6 @@ sub process { if ($value =~ /^[\s]+$/) { return undef; } -$self->session->log->error("FormValidator $value"); return $value; } }