Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Jun 27, 2023
1 parent b6fa4bc commit a79e2d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/coro_io/client_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class client_pool : public std::enable_shared_from_this<
std::unique_ptr<client_t> client;
while (true) {
std::size_t is_all_cleared = self->free_clients_.clear_old(10000);
std::cout << "is_all_cleared" << std::endl;
if (is_all_cleared != 0) [[unlikely]] {
co_await async_simple::coro::Yield{};
}
Expand Down

0 comments on commit a79e2d0

Please sign in to comment.