From 71fe036b78aba94358df2a966b6829633793e2a5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 24 May 2007 19:00:28 +0000 Subject: [PATCH] removed leftover debug print --- src/storage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/storage.cpp b/src/storage.cpp index 99cb0cc29..0623dfeb6 100755 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -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);