added log line
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Jul 2006 13:14:09 +0000 (13:14 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Jul 2006 13:14:09 +0000 (13:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5035 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index f4a9103..ffcfbe4 100644 (file)
@@ -102,7 +102,7 @@ sub create_circ_ctx {
        OpenILS::Application::Circ::ScriptBuilder->build($ctx);
        my @evts = @{$ctx->{_events}} if $ctx->{_events};
 
-       #warn "SCRIPT BUILDER EVENTS: @evts\n";
+       $logger->debug("script builder events: : @evts") if @evts;
 
        if(!$params{noncat}) {
                if( @evts and grep { $_->{textcode} eq 'ASSET_COPY_NOT_FOUND' } @evts) {