Skip to content

Commit

Permalink
Deleting debuging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbigniew Lukasiak committed Apr 8, 2009
1 parent 180636a commit ac6ae32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/HTML/FormHandler.pm
Expand Up @@ -1159,7 +1159,6 @@ sub init_from_object
for my $field ( $node->fields )
{
if( $field->isa( 'HTML::FormHandler::Field::Compound' ) ){
$DB::single = 1;
my $accessor = $field->accessor;
my $new_item = $item->$accessor;
$self->init_from_object( $field, $new_item );
Expand Down

0 comments on commit ac6ae32

Please sign in to comment.