removed debug output

This commit is contained in:
Arvid Norberg 2008-02-25 08:42:13 +00:00
parent c1c2fb4409
commit 8a14f829b4
1 changed files with 0 additions and 1 deletions

View File

@ -637,7 +637,6 @@ namespace libtorrent
for (torrent_info::file_iterator i = m_info->begin_files(true)
, end(m_info->end_files(true)); i != end; ++i, ++fs)
{
std::cerr << "filesize: " << i->size << std::endl;
if (i->size != fs->first)
{
error = "file size for '" + i->path.native_file_string()