From d3f39e970b2573814560ce6ba71b43b2f60f9d09 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 4 Dec 2017 16:07:52 -0300 Subject: [PATCH] Bug 19746: Remove debug statements in returns.pl From bug commit bb6277ffcc593685554112d770ac273c9efeda33 Bug 14464: Add ability to cancel waiting holds from checkin screen +use Carp 'verbose'; +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; See also http://lists.koha-community.org/pipermail/koha-devel/2017-November/044168.html Test plan: Read the changes and make sure they make sense --- circ/returns.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/circ/returns.pl b/circ/returns.pl index e2c815b1e3..91eb5cb0aa 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -32,9 +32,6 @@ use warnings; # FIXME There are weird things going on with $patron and $borrowernumber in this script -use Carp 'verbose'; -$SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; - use CGI qw ( -utf8 ); use DateTime; use C4::Context; -- 2.11.0