removed leftover debug print

This commit is contained in:
Arvid Norberg 2007-05-24 19:00:28 +00:00
parent 510966f2a5
commit 71fe036b78
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ namespace libtorrent
try
{
path f = p / i->path;
std::cerr << f.string() << " ";
#if defined(_WIN32) && defined(UNICODE) && BOOST_VERSION < 103400
size = file_size_win(f);
time = last_write_time_win(f);