Commit 868e3291 authored by neverlord's avatar neverlord

removed debug output

parent 85460c41
......@@ -60,7 +60,6 @@ void handle_syscall_result(T result, bool is_recv_result) {
errmsg += " [errno = ";
errmsg += std::to_string(errno);
errmsg += "]";
std::cerr << errmsg << std::endl;
throw std::ios_base::failure(std::move(errmsg));
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment