remove unconditional warn

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2010-02-10 22:51:51 -05:00
parent 7fc63299db
commit c5da83f020

View file

@ -67,11 +67,10 @@ if($field and $fieldcode){
}
my $fieldloop = GetFieldMapping($framework);
warn Data::Dumper::Dumper($fieldloop->[1]);
$template->param( frameworkloop => \@frameworkloop,
framework => $framework,
fields => $fieldloop,
);
output_html_with_http_headers $query, $cookie, $template->output;
output_html_with_http_headers $query, $cookie, $template->output;