From: Moritz Bunkus Date: Wed, 20 Jun 2007 12:04:40 +0000 (+0000) Subject: Debugmeldung entfernt X-Git-Tag: release-2.4.3^2~87 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=20bb6bcb4f1ee997637b6e31a482d209462bfb1e;p=kivitendo-erp.git Debugmeldung entfernt --- diff --git a/SL/Form.pm b/SL/Form.pm index ac107cd86..7fc4456f9 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -589,7 +589,6 @@ sub parse_html_template2 { my $output; $template->process($file, $additional_params, \$output); - $main::lxdebug->message(0, $output); $output = $main::locale->{iconv}->convert($output) if ($main::locale);