remove unconditional warn
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
7fc63299db
commit
c5da83f020
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue