Remove debug code, replace with line accidently deleted during debug. Fixes bug #12188
This commit is contained in:
parent
e3a4afe5c3
commit
5d74b24e97
2 changed files with 2 additions and 1 deletions
|
|
@ -2116,7 +2116,7 @@ sub www_editThing {
|
|||
$self->session->style->setLink($self->session->url->extras('wobject/Thingy/thingy.css'), {type
|
||||
=>'text/css', rel=>'stylesheet'});
|
||||
|
||||
$session->log->warn("one");
|
||||
$tab = $tabForm->getTab('fields');
|
||||
foreach my $fieldType ( keys %{ WebGUI::Form::FieldType->new($session)->getTypes }) {
|
||||
my $form = eval { WebGUI::Pluggable::instanciate("WebGUI::Form::".$fieldType, "new", [$session]) };
|
||||
if ($@) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue