Remove abort.

This commit is contained in:
JoelKatz
2013-03-11 22:20:05 -07:00
parent 39d85b7b9e
commit 01655f4fe1

View File

@@ -168,9 +168,6 @@ void Peer::handleVerifyTimer(const boost::system::error_code& ecResult)
else if (ecResult)
{
cLog(lsINFO) << "Peer verify timer error";
// Can't do anything sound.
abort();
}
else
{