(gtk) oops, r5304 had a debugging console message that shouldn't've been checked in

This commit is contained in:
Charles Kerr 2008-03-19 15:33:11 +00:00
parent b9d41259e9
commit 11da6775b3
1 changed files with 0 additions and 1 deletions

View File

@ -316,7 +316,6 @@ static gboolean
onRefresh( gpointer gdata )
{
struct MsgData * data = gdata;
g_message( "paused: %d", data->isPaused );
if( !data->isPaused )
{
tr_msg_list * msgs = tr_getQueuedMessages( );