forked from premiere/premiere-libtorrent
removed debug output from previous check-in
This commit is contained in:
parent
ba437cf72e
commit
e4265d1a56
|
@ -400,7 +400,6 @@ namespace libtorrent
|
||||||
partial.update(&m_scratch_buffer[0], ph.offset);
|
partial.update(&m_scratch_buffer[0], ph.offset);
|
||||||
whole.update(&m_scratch_buffer[0], slot_size1);
|
whole.update(&m_scratch_buffer[0], slot_size1);
|
||||||
hasher partial_copy = ph.h;
|
hasher partial_copy = ph.h;
|
||||||
std::cerr << partial_copy.final() << " " << partial.final() << std::endl;
|
|
||||||
assert(ph.offset == 0 || partial_copy.final() == partial.final());
|
assert(ph.offset == 0 || partial_copy.final() == partial.final());
|
||||||
#endif
|
#endif
|
||||||
int slot_size = piece_size - ph.offset;
|
int slot_size = piece_size - ph.offset;
|
||||||
|
|
Loading…
Reference in New Issue