Skip to content

Commit

Permalink
remove not required traces
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 19, 2023
1 parent 77448cf commit f10eba6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yellowstone-grpc-tools/src/bin/grpc-google-pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f10eba6

Please sign in to comment.