debug statement entfernt
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 16 Dec 2013 16:45:52 +0000 (17:45 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 3 Apr 2014 12:20:28 +0000 (14:20 +0200)
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;