Mercurial > pidgin
changeset 32719:0a184aea3efd
Remove an old debug line.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 26 Feb 2012 06:40:05 +0000 |
parents | 3c420b12a034 |
children | 293cd82fc0fc |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sun Feb 26 05:51:49 2012 +0000 +++ b/pidgin/gtkblist.c Sun Feb 26 06:40:05 2012 +0000 @@ -8324,7 +8324,6 @@ NULL); gtk_ui_manager_insert_action_group(gtkblist->ui, plugins_action_group, 1); plugins_merge_id = gtk_ui_manager_add_ui_from_string(gtkblist->ui, ui_string, -1, NULL); -purple_debug_info("blist", "The plugins menu is {%s}\n", ui_string); g_string_free(plugins_ui, TRUE); g_free(ui_string);