diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 65a45ceff..93cc13cc0 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -560,7 +560,6 @@ namespace aux { #if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING) (*m_logger) << time_now_string() << " sending event=stopped to trackers\n"; - int counter = 0; #endif for (torrent_map::iterator i = m_torrents.begin(); i != m_torrents.end(); ++i) @@ -569,10 +568,6 @@ namespace aux { t.abort(); } -#if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING) - (*m_logger) << time_now_string() << " sent " << counter << " tracker stop requests\n"; -#endif - #if defined(TORRENT_VERBOSE_LOGGING) || defined(TORRENT_LOGGING) (*m_logger) << time_now_string() << " aborting all connections (" << m_connections.size() << ")\n"; #endif