Skip to content

Commit 650601f

Browse files
committed
remove log
1 parent 997d5ed commit 650601f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/ylt/coro_io/coro_io.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ inline async_simple::coro::Lazy<ret_type> async_io(IO_func io_func,
306306
}
307307
else {
308308
io_func([&, handler](auto &&...args) mutable {
309-
ELOG_INFO << "calling cb";
310309
slot->clear(async_simple::Terminate);
311310
handler.set_value(std::forward<decltype(args)>(args)...);
312311
handler.resume();

0 commit comments

Comments
 (0)