take out the `thawing out' console messages

This commit is contained in:
Charles Kerr 2007-09-29 00:47:33 +00:00
parent 3f1d888354
commit 04f6847004
1 changed files with 0 additions and 1 deletions

View File

@ -1229,7 +1229,6 @@ pulse( void * vmsgs )
start listening to the peer again */
if( msgs->notListening && canDownload( msgs ) )
{
fprintf( stderr, "msgs %p thawing out...\n", msgs );
msgs->notListening = 0;
tr_peerIoSetIOMode ( msgs->io, EV_READ, 0 );
}