From 442442793af6e9d7106db6b9c15b2bc072b2c2b3 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 7 Jul 2008 13:24:23 +0000 Subject: [PATCH] Debugcode --- SL/ReportGenerator.pm | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.20.1