From f7399fa8ecb63d8cc0f34c7d1adf3930400edda5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 11 Dec 2015 15:12:45 +0100 Subject: [PATCH] Form: parse_html_template - DEBUG handling entfernt olles legacy zeug, weg damit --- SL/Form.pm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SL/Form.pm b/SL/Form.pm index eee73db63..ee040b5e7 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -621,15 +621,6 @@ sub _prepare_html_template { ::end_of_request(); } - if ($self->{"DEBUG"}) { - $additional_params->{"DEBUG"} = $self->{"DEBUG"}; - } - - if ($additional_params->{"DEBUG"}) { - $additional_params->{"DEBUG"} = - "
DEBUG INFORMATION:
" . $additional_params->{"DEBUG"} . "
"; - } - if (%main::myconfig) { $::myconfig{jsc_dateformat} = apply { s/d+/\%d/gi; -- 2.20.1