From c7e794b25f89777f8e73209ac025e23a85cb340c Mon Sep 17 00:00:00 2001 From: musitdev Date: Mon, 18 Sep 2023 18:12:03 +0200 Subject: [PATCH] remove some logs --- stake_aggregate/src/stakestore.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stake_aggregate/src/stakestore.rs b/stake_aggregate/src/stakestore.rs index e512434..e3fd336 100644 --- a/stake_aggregate/src/stakestore.rs +++ b/stake_aggregate/src/stakestore.rs @@ -46,7 +46,7 @@ fn stake_map_notify_stake( // if stake.stake.deactivation_epoch < current_epoch { // return; // } - log::info!("stake_map_notify_stake stake:{stake:?}"); + log::trace!("stake_map_notify_stake stake:{stake:?}"); let remove = match map.entry(stake_account) { // If value already exists, then increment it by one std::collections::hash_map::Entry::Occupied(occupied) => {