From bb20fc5cfa6b54082a611ef3e647a1f3750224c8 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 31 Jan 2023 13:06:03 -0500 Subject: [PATCH] quiet more unnecessary warn logs --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/; } -- 2.11.0