debug statement entfernt
[kivitendo-erp.git] / SL / DN.pm
index 1c0e095..39ea64b 100644 (file)
--- a/SL/DN.pm
+++ b/SL/DN.pm
@@ -875,8 +875,6 @@ sub print_dunning {
   push @{ $form->{DUNNING_PDFS_EMAIL} }, { 'filename' => "${spool}/$filename",
                                            'name'     => $form->get_formname_translation('dunning') . "_${dunning_id}.pdf" };
 
-  $::lxdebug->dump(0,  "form", $::form);
-
   $form->parse_template($myconfig);
 
   $dbh->disconnect() unless $provided_dbh;