From 536d84568d5125b64b58a04b58c7c24946ffef5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 9 Oct 2012 14:14:59 +0200 Subject: [PATCH] debug code --- SL/ReportGenerator.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 3ea62f9cc..deb4e19fe 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -411,7 +411,6 @@ sub generate_html_content { my $variables = $self->prepare_html_content(); my $stuff = $self->{form}->parse_html_template($self->{options}->{html_template}, $variables); - $::lxdebug->dump(0, "stuff", $stuff); return $stuff; } -- 2.20.1