connection_basic: remove debug exception ^_^

pull/200/head
moneromooo-monero 5 years ago
parent 49afbd0c53
commit 9141a0a1ef
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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) {

Loading…
Cancel
Save