Skip to content

Commit

Permalink
Removing excess comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Oct 19, 2023
1 parent 0d18246 commit 2f7d693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/mrc/src/public/coroutines/task_container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ auto TaskContainer::make_cleanup_task(Task<void> user_task, task_position_t pos)
// Call do_start and immediately resume the coroutine.
auto waiting_coro = this->do_start(std::move(lock), op);

VLOG(10) << "Resuming handle: " << waiting_coro.address();
waiting_coro.resume();
}
else
Expand Down

0 comments on commit 2f7d693

Please sign in to comment.