From de41ce6f197c25c25cf68010be850d8130b14ff4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 22 Jan 2008 11:38:50 +0000 Subject: [PATCH] Debugausgaben. --- SL/Form.pm | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1