1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 07:03:44 +00:00

(trunk libT) hm, this debugging line wasn't supposed to get checked in...

This commit is contained in:
Charles Kerr 2010-08-10 11:43:29 +00:00
parent d927c6b280
commit 75b07909b7

View file

@ -143,7 +143,6 @@ getTimeoutFromURL( const struct tr_web_task * task )
else if( strstr( task->url, "announce" ) != NULL ) timeout = 90L; else if( strstr( task->url, "announce" ) != NULL ) timeout = 90L;
else timeout = 240L; else timeout = 240L;
fprintf( stderr, "timeout for [%s] is %ld\n", task->url, timeout );
return timeout; return timeout;
} }