From 11da6775b3fff7857cb3ce12e356f95c9f99c8b3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 19 Mar 2008 15:33:11 +0000 Subject: [PATCH] (gtk) oops, r5304 had a debugging console message that shouldn't've been checked in --- gtk/msgwin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/msgwin.c b/gtk/msgwin.c index 7d8764599..8ae62e438 100644 --- a/gtk/msgwin.c +++ b/gtk/msgwin.c @@ -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( );