forked from premiere/premiere-libtorrent
removed debug output
This commit is contained in:
parent
c1c2fb4409
commit
8a14f829b4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue