Skip to content

Commit

Permalink
Removed useless exception logging
Browse files Browse the repository at this point in the history
  • Loading branch information
M4xi1m3 committed Dec 31, 2020
1 parent 77483f0 commit 525ed2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gpnet/include/gpnet/TCPServer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ namespace gp {
handler->start();
}
} catch (const std::system_error &e) {
if (e.code().value() != EAGAIN && e.code().value() != EWOULDBLOCK)
l << stde::log::level::error << e.what() << std::endl;
}

try {
Expand Down

0 comments on commit 525ed2f

Please sign in to comment.