From: Moritz Bunkus Date: Mon, 7 Jul 2008 13:24:23 +0000 (+0000) Subject: Debugcode X-Git-Tag: release-2.6.0beta1~77 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=442442793af6e9d7106db6b9c15b2bc072b2c2b3;p=kivitendo-erp.git Debugcode --- diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 308961cb5..1c0fa7c53 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -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); }