From: Moritz Bunkus Date: Tue, 22 Jan 2008 11:38:50 +0000 (+0000) Subject: Debugausgaben. X-Git-Tag: release-2.6.0beta1~318 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=de41ce6f197c25c25cf68010be850d8130b14ff4;p=kivitendo-erp.git Debugausgaben. --- diff --git a/SL/Form.pm b/SL/Form.pm index 290eb754e..d7da58c16 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -763,7 +763,6 @@ sub parse_html_template { if (!$template->process($file, $additional_params, \$output)) { print STDERR $template->error(); } - $main::lxdebug->message(0, "err " . $template->error()); $output = $main::locale->{iconv}->convert($output) if ($main::locale);