removed debug logging

This commit is contained in:
Arvid Norberg 2009-04-10 08:21:10 +00:00
parent a051228069
commit efbb3a5861
1 changed files with 0 additions and 2 deletions

View File

@ -603,8 +603,6 @@ namespace libtorrent
#else
file_exists = exists(f);
#endif
std::cerr << "has_any_file(): " << f << " " << (file_exists?"exists": "don't exist")
<< std::endl;
#ifndef BOOST_NO_EXCEPTIONS
}
catch (boost::system::system_error& e)