diff options
-rw-r--r-- | tp-account-widgets/tpaw-debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tp-account-widgets/tpaw-debug.c b/tp-account-widgets/tpaw-debug.c index 40d73d6ac..ee30b0e00 100644 --- a/tp-account-widgets/tpaw-debug.c +++ b/tp-account-widgets/tpaw-debug.c @@ -58,8 +58,6 @@ tpaw_debug_set_flags (const gchar *flags_string) for (nkeys = 0; keys[nkeys].value; nkeys++); - tp_debug_set_flags (flags_string); - if (flags_string) debug_set_flags (g_parse_debug_string (flags_string, keys, nkeys)); } |