remove some logs

This commit is contained in:
musitdev 2023-09-18 18:12:03 +02:00
parent e252ef2f56
commit c7e794b25f
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {