Bug 25095: Remove warn left in FeePayment.pm
[koha-equinox.git] / C4 / SIP / ILS / Transaction / FeePayment.pm
index 355145c..47f8686 100644 (file)
@@ -53,8 +53,6 @@ sub pay {
 
     my $type = $is_writeoff ? 'WRITEOFF' : 'PAYMENT';
 
-    warn("RECORD:$borrowernumber::$amt");
-
     my $account = Koha::Account->new( { patron_id => $borrowernumber } );
 
     if ($disallow_overpayment) {