remove unconditional warn
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 11 Feb 2010 03:51:51 +0000 (22:51 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 11 Feb 2010 03:51:51 +0000 (22:51 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
admin/fieldmapping.pl

index bd3ca1b..50b1310 100755 (executable)
@@ -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;
\ No newline at end of file
+output_html_with_http_headers $query, $cookie, $template->output;