From: Sven Schöling Date: Tue, 9 Oct 2012 12:14:59 +0000 (+0200) Subject: debug code X-Git-Tag: release-3.0.0beta1~134 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/536d84568d5125b64b58a04b58c7c24946ffef5b?ds=sidebyside;hp=-c debug code --- 536d84568d5125b64b58a04b58c7c24946ffef5b 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; }