Form: parse_html_template - DEBUG handling entfernt
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Dec 2015 14:12:45 +0000 (15:12 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Dec 2015 15:16:21 +0000 (16:16 +0100)
olles legacy zeug, weg damit

SL/Form.pm

index eee73db..ee040b5 100644 (file)
@@ -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"} =
-      "<br><em>DEBUG INFORMATION:</em><pre>" . $additional_params->{"DEBUG"} . "</pre>";
-  }
-
   if (%main::myconfig) {
     $::myconfig{jsc_dateformat} = apply {
       s/d+/\%d/gi;