From e7d1f92623c7981cc8962e2ea8fbb3ce29b2409a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 5 Apr 2007 16:33:40 +0000 Subject: [PATCH] removed debug printout --- src/torrent.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 11e5aa6c8..57c1f71d3 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -565,9 +565,6 @@ namespace libtorrent m_duration = interval; m_next_request = time_now() + seconds(m_duration); - std::cerr << "next announce: " << next_announce().time - << " time: " << time_now().time - << " duration: " << libtorrent::seconds(m_duration).diff << std::endl; if (complete >= 0) m_complete = complete; if (incomplete >= 0) m_incomplete = incomplete;