mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
remove a debugging console message that shouldn't've been checked in
This commit is contained in:
@@ -306,8 +306,7 @@ msgwin_loadpref( void )
|
||||
{
|
||||
int level = TR_MSG_INF;
|
||||
textbuf = debug_window_text_buffer_new ( );
|
||||
gboolean b = tr_prefs_get_int( PREF_ID_MSGLEVEL, &level );
|
||||
g_message ("level from prefs: %d (b==%d)", level, (int)b );
|
||||
tr_prefs_get_int( PREF_ID_MSGLEVEL, &level );
|
||||
tr_setMessageLevel( level );
|
||||
tr_setMessageQueuing( TRUE );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user