quiet more unnecessary warn logs
authorChris Sharp <csharp@georgialibraries.org>
Tue, 31 Jan 2023 18:06:03 +0000 (13:06 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 31 Jan 2023 18:06:03 +0000 (13:06 -0500)
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm

index db75f49..5bc8f78 100644 (file)
@@ -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/; }