Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Aug 29, 2024
1 parent 3764037 commit b0c9938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/collectors/uniswapx_route_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ impl Collector<RoutedOrder> for UniswapXRouteCollector {
let stream = async_stream::stream! {
let mut receiver = self.route_request_receiver.lock().await;
while let Some(route_requests) = receiver.recv().await {
info!("received requests {:?}", route_requests);
let tasks: FuturesUnordered<_> = route_requests.into_iter()
.map(|batch| {
let OrderBatchData { orders, token_in, token_out, amount_in, .. } = batch.clone();
Expand Down

0 comments on commit b0c9938

Please sign in to comment.