]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Form.pm
Form: parse_html_template - DEBUG handling entfernt
[kivitendo-erp.git] / SL / Form.pm
index eee73db63cf767f99a7ee9d6f8139abcc995ed3d..ee040b5e70d59e7fae69044c2a71fa4bd07e9efa 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;