diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index 914c4c746..d151d957e 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -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";