Removed debug statement from DataForm

This commit is contained in:
Kaleb Murphy 2008-08-08 16:13:24 +00:00
parent 173c2a12cd
commit 3527aef07d

View file

@ -1377,7 +1377,6 @@ sub www_process {
}; };
} }
$entryData->{ $field->{name} } = $value; $entryData->{ $field->{name} } = $value;
$self->session->errorHandler->warn($field->{name}. " ". $value);
} }
# Process CAPTCHA # Process CAPTCHA