1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-02 20:43:51 +00:00

(trunk, gtk) remove an unwanted console debug message

This commit is contained in:
Charles Kerr 2009-10-05 21:48:50 +00:00
parent d2e3ec679b
commit c5835f711e

View file

@ -235,7 +235,6 @@ onResponse( GtkDialog* d, int response, gpointer user_data )
if( !*str )
++tier;
else {
g_message( "tier %d announce %s", tier, tracker_strings[i] );
trackers[n].tier = tier;
trackers[n].announce = tracker_strings[i];
++n;