From f10eba6cf62cbc6538cfac3ea459d29ba9117975 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Thu, 19 Oct 2023 15:52:39 +0400 Subject: [PATCH] remove not required traces --- yellowstone-grpc-tools/src/bin/grpc-google-pubsub.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/yellowstone-grpc-tools/src/bin/grpc-google-pubsub.rs b/yellowstone-grpc-tools/src/bin/grpc-google-pubsub.rs index 91622afc..71df3b6a 100644 --- a/yellowstone-grpc-tools/src/bin/grpc-google-pubsub.rs +++ b/yellowstone-grpc-tools/src/bin/grpc-google-pubsub.rs @@ -119,8 +119,6 @@ impl ArgsAction { false, ) .await?; - tracing::warn!("req: {:#?}", config.request); - tracing::warn!("req: {:#?}", config.request.clone().to_proto()); let mut geyser = client.subscribe_once2(config.request.to_proto()).await?; // Receive-send loop