Revert "LP#1729610: Add some debug/internal logging to backlog queue"
authorBill Erickson <berickxx@gmail.com>
Tue, 22 Nov 2022 20:51:04 +0000 (15:51 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 20 Apr 2023 14:18:05 +0000 (10:18 -0400)
This reverts commit a9da9c7b25ef90276d41ba84ba8ccf0ea856da1b.

src/perl/lib/OpenSRF/Server.pm

index dc1bd34..b0386fc 100644 (file)
@@ -162,9 +162,6 @@ sub run {
 
         my $msg = $self->{osrf_handle}->process($wait_time);
 
-        !$from_network and $chatty and $logger->debug("server: attempting to process previously queued message");
-        $from_network and $chatty and $logger->internal("server: no queued messages, processing due to network or signal");
-
         # we woke up for any reason, reset the wait time to allow
         # for idle maintenance as necessary
         $wait_time = 1;