]> granicus.if.org Git - transmission/commitdiff
(trunk libT) remove some debug printfs
authorCharles Kerr <charles@transmissionbt.com>
Sat, 26 Sep 2009 04:13:09 +0000 (04:13 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sat, 26 Sep 2009 04:13:09 +0000 (04:13 +0000)
libtransmission/announcer.c

index 975967ed37d0f4a9582b6ac5a25a4a2e7bdb1c2d..2fc0ba6318ca36bba51407115b74e1a6924c03ba 100644 (file)
@@ -218,10 +218,8 @@ getHost( tr_announcer * announcer, const char * url )
     if( host == NULL )
     {
         host = hostNew( name );
-        fprintf( stderr, "creating new tr_host [%s] %p\n", name, host );
         tr_ptrArrayInsertSorted( &announcer->hosts, host, compareHosts );
     }
-    else fprintf( stderr, "reusing tr_host [%s] %p\n", name, host );
 
     tr_free( name );
     return host;