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 = ();
|
||||
foreach my $type (@types) {
|
||||
my $name = WebGUI::Pluggable::instanciate('WebGUI::Form::'.ucfirst($type), 'getName', [$self->session]);
|
||||
$self->session->log->warn("type: $type; name: $name");
|
||||
$fields{$type} = $name;
|
||||
$fields{$type} = WebGUI::Pluggable::instanciate('WebGUI::Form::'.ucfirst($type), 'getName', [$self->session]);
|
||||
}
|
||||
return \%fields;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue