Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
connection_basic: remove debug exception ^_^
  • Loading branch information
moneromooo-monero committed Mar 8, 2019
1 parent 49afbd0 commit 9141a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/epee/src/connection_basic.cpp
Expand Up @@ -167,7 +167,6 @@ connection_basic::~connection_basic() noexcept(false) {
std::string remote_addr_str = "?";
try { boost::system::error_code e; remote_addr_str = socket().remote_endpoint(e).address().to_string(); } catch(...){} ;
_note("Destructing connection #"<<mI->m_peer_number << " to " << remote_addr_str);
try { throw 0; } catch(...){}
}

void connection_basic::set_rate_up_limit(uint64_t limit) {
Expand Down

0 comments on commit 9141a0a

Please sign in to comment.