remove debug code

This commit is contained in:
Colin Kuskie 2008-09-09 03:40:41 +00:00
parent e86b0b7cc7
commit 189c8ea587

View file

@ -177,7 +177,6 @@ sub process {
if ($value =~ /^[\s]+$/) {
return undef;
}
$self->session->log->error("FormValidator $value");
return $value;
}
}