Skip to content

Commit

Permalink
更新 receiver_core.rs
Browse files Browse the repository at this point in the history
注释开发用的print
  • Loading branch information
shishanyue committed Feb 10, 2024
1 parent d1bdb7d commit 97f4052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker_pool_core/receiver_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub async fn receiver(
packet_type,
Cursor::new(packet_buffer)).await;

println!("{:?}",packet);
//println!("{:?}",packet);


sorter_sender
Expand Down

0 comments on commit 97f4052

Please sign in to comment.