1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-15 16:29:34 +00:00

remove a LAZY debug message

This commit is contained in:
Mitchell Livingston 2011-01-06 00:54:37 +00:00
parent 9f424f7c9b
commit 5a8800fda1

View file

@ -2319,7 +2319,6 @@ tr_torrentSetPieceChecked( tr_torrent * tor, tr_piece_index_t pieceIndex )
assert( tr_isTorrent( tor ) );
assert( pieceIndex < tor->info.pieceCount );
tr_tordbg( tor, "[LAZY] setting piece %zu timeChecked to now", (size_t)pieceIndex );
tor->info.pieces[pieceIndex].timeChecked = tr_time( );
}