removed debug output from previous check-in

This commit is contained in:
Arvid Norberg 2007-09-20 00:33:40 +00:00
parent ba437cf72e
commit e4265d1a56
1 changed files with 0 additions and 1 deletions

View File

@ -400,7 +400,6 @@ namespace libtorrent
partial.update(&m_scratch_buffer[0], ph.offset);
whole.update(&m_scratch_buffer[0], slot_size1);
hasher partial_copy = ph.h;
std::cerr << partial_copy.final() << " " << partial.final() << std::endl;
assert(ph.offset == 0 || partial_copy.final() == partial.final());
#endif
int slot_size = piece_size - ph.offset;