removed incorrect assert

This commit is contained in:
Arvid Norberg 2008-07-19 07:35:24 +00:00
parent 8f1455919a
commit 4597de74df
1 changed files with 0 additions and 1 deletions

View File

@ -2271,7 +2271,6 @@ namespace libtorrent
void peer_connection::timed_out()
{
TORRENT_ASSERT(m_connecting);
TORRENT_ASSERT(m_connection_ticket >= 0);
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING || defined TORRENT_ERROR_LOGGING
(*m_ses.m_logger) << time_now_string() << " CONNECTION TIMED OUT: " << m_remote.address().to_string()
<< "\n";