remove some logs

This commit is contained in:
musitdev 2023-09-01 10:26:06 +02:00
parent b1eda51c10
commit d386a17b16
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ async fn run_loop<F: Interceptor>(mut client: GeyserGrpcClient<F>) -> anyhow::Re
}
}
Some(UpdateOneof::Ping(_)) => log::info!("UpdateOneof::Ping"),
Some(UpdateOneof::Ping(_)) => log::trace!("UpdateOneof::Ping"),
bad_msg => {
log::info!("Geyser stream unexpected message received:{:?}",bad_msg);
}