From 2f7d693b4439157b51e40f40c41f1d19c49e363b Mon Sep 17 00:00:00 2001 From: Michael Demoret Date: Thu, 19 Oct 2023 10:29:59 -0600 Subject: [PATCH] Removing excess comment --- cpp/mrc/src/public/coroutines/task_container.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/mrc/src/public/coroutines/task_container.cpp b/cpp/mrc/src/public/coroutines/task_container.cpp index 9290e4144..4c1a4dd83 100644 --- a/cpp/mrc/src/public/coroutines/task_container.cpp +++ b/cpp/mrc/src/public/coroutines/task_container.cpp @@ -166,7 +166,6 @@ auto TaskContainer::make_cleanup_task(Task 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