Skip to content

Commit

Permalink
QUEUE LOGGING OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Mar 12, 2024
1 parent 002a09a commit 876c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/blockprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ auto nano::block_processor::process_batch (nano::unique_lock<nano::mutex> & lock
bool updated = queue.periodic_update ();
if (updated)
{
node.logger.info (nano::log::type::test, "Fair queue: {}", nano::streamed (queue));
// node.logger.info (nano::log::type::test, "Fair queue: {}", nano::streamed (queue));
}

timer_l.start ();
Expand Down

0 comments on commit 876c29e

Please sign in to comment.