Skip to content

Commit

Permalink
remove debugging println
Browse files Browse the repository at this point in the history
  • Loading branch information
agayev committed Nov 9, 2022
1 parent 9897502 commit 82cc448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tokio/src/runtime/task/harness.rs
Expand Up @@ -458,7 +458,6 @@ enum PollFuture {

/// Cancels the task and store the appropriate error in the stage field.
fn cancel_task<T: Future>(stage: &CoreStage<T>, id: super::Id) {
println!("cancel_task called");
// Drop the future from a panic guard.
let res = panic::catch_unwind(panic::AssertUnwindSafe(|| {
let _task_id_guard = TaskIdGuard::new(id);
Expand Down

0 comments on commit 82cc448

Please sign in to comment.