remove debugging code
This commit is contained in:
parent
e0786a6a11
commit
dc82b96d96
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ sub validateProfileData {
|
|||
my $warning = "";
|
||||
foreach my $field (@{WebGUI::ProfileField->getEditableFields}) {
|
||||
my $fieldValue = $field->formProcess;
|
||||
use Data::Dumper;print $field->getLabel.' : '.Dumper($fieldValue);
|
||||
if (ref $fieldValue eq "ARRAY") {
|
||||
$data{$field->getId} = $$fieldValue[0];
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue