]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/ReportGenerator.pm
Debugcode
[kivitendo-erp.git] / SL / ReportGenerator.pm
index 308961cb53602d4888dd2f4e3d71c450fa3a436a..1c0fa7c53143b8256c00304d7f877a94b0bb8355 100644 (file)
@@ -399,8 +399,6 @@ sub generate_html_content {
   my $self      = shift;
   my $variables = $self->prepare_html_content();
 
-  $main::lxdebug->dump(0, "VARs", $variables->{HEADER_ROWS});
-
   return $self->{form}->parse_html_template($self->{options}->{html_template}, $variables);
 }