less verbosity
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Alex 2022-09-01 16:13:43 +02:00
parent b82ad70dd5
commit f6ad1d0fab
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ impl Stream for CancelOnDropStream {
let res = this.stream.poll_next(cx);
if matches!(res, Poll::Ready(None)) {
if let Some(c) = this.cancel.take() {
trace!("defusing cancel request {}", c.id);
std::mem::forget(c)
}
}