Skip to content

Commit 139307f

Browse files
Take out printing channel capacity on each request.
1 parent 5a4c1eb commit 139307f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/hyper_ruby/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,6 @@ async fn handle_request(
470470
response_tx,
471471
};
472472

473-
debug!("work_tx capacity: {:?}/{:?}", work_tx.len(), work_tx.capacity());
474-
475473
// First try non-blocking send
476474
match work_tx.try_send(with_completion) {
477475
Ok(()) => {

0 commit comments

Comments
 (0)