From: Chris Sharp Date: Tue, 31 Jan 2023 18:06:03 +0000 (-0500) Subject: quiet more unnecessary warn logs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bb20fc5cfa6b54082a611ef3e647a1f3750224c8;p=evergreen%2Fpines.git quiet more unnecessary warn logs --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index db75f49338..5bc8f78f89 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -2145,7 +2145,7 @@ __PACKAGE__->register_method( sub copy_counts_per_org { my( $self, $client, $record_id ) = @_; - warn "Retreiveing copy copy counts for record $record_id and method " . $self->api_name . "\n"; + #warn "Retreiveing copy copy counts for record $record_id and method " . $self->api_name . "\n"; my $method = "open-ils.storage.biblio.record_entry.global_copy_count.atomic"; if($self->api_name =~ /staff/) { $method =~ s/atomic/staff\.atomic/; }