From: Sven Schöling Date: Fri, 11 Dec 2015 14:12:45 +0000 (+0100) Subject: Form: parse_html_template - DEBUG handling entfernt X-Git-Tag: release-3.4.1~540 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/f7399fa8ecb63d8cc0f34c7d1adf3930400edda5?ds=sidebyside;hp=--cc Form: parse_html_template - DEBUG handling entfernt olles legacy zeug, weg damit --- f7399fa8ecb63d8cc0f34c7d1adf3930400edda5 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;