Remove some debug code.
This commit is contained in:
parent
d81a28b235
commit
c5203cb737
1 changed files with 1 additions and 3 deletions
|
|
@ -125,9 +125,7 @@ sub getTypes {
|
||||||
}
|
}
|
||||||
my %fields = ();
|
my %fields = ();
|
||||||
foreach my $type (@types) {
|
foreach my $type (@types) {
|
||||||
my $name = WebGUI::Pluggable::instanciate('WebGUI::Form::'.ucfirst($type), 'getName', [$self->session]);
|
$fields{$type} = WebGUI::Pluggable::instanciate('WebGUI::Form::'.ucfirst($type), 'getName', [$self->session]);
|
||||||
$self->session->log->warn("type: $type; name: $name");
|
|
||||||
$fields{$type} = $name;
|
|
||||||
}
|
}
|
||||||
return \%fields;
|
return \%fields;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue