[Koha-patches] [PATCH 2/2] [SIGNED-OFF] bug 5929: removed debugging leftover

Frédéric Demians f.demians at tamil.fr
Fri May 13 18:12:55 CEST 2011


From: Srdjan Jankovic <srdjan at catalyst.net.nz>


Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
---
 misc/cronjobs/advance_notices.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl
index eb5071a..528ad2d 100755
--- a/misc/cronjobs/advance_notices.pl
+++ b/misc/cronjobs/advance_notices.pl
@@ -139,7 +139,6 @@ UPCOMINGITEM: foreach my $upcoming ( @$upcoming_dues ) {
     # warn( Data::Dumper->Dump( [ $upcoming ], [ 'overdue' ] ) );
 
     my $from_address = $upcoming->{branchemail} || $admin_adress;
-    die Dumper($upcoming);
 
     my $letter;
     my $borrower_preferences;
-- 
1.7.4



More information about the Koha-patches mailing list