long-overdue : ML; checkin
authorBill Erickson <berick@esilibrary.com>
Mon, 22 Apr 2013 21:11:34 +0000 (17:11 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 22 Apr 2013 21:11:34 +0000 (17:11 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm

index dc940ce..5b1c525 100644 (file)
@@ -3630,7 +3630,6 @@ sub check_checkin_copy_status {
    return OpenILS::Event->new('COPY_STATUS_LOST', payload => $copy )
       if( $status == OILS_COPY_STATUS_LOST );
 
-   $logger->info("circulator: copy status = $status");
    return OpenILS::Event->new('COPY_STATUS_LONG_OVERDUE', payload => $copy )
       if( $status == OILS_COPY_STATUS_LONG_OVERDUE );