Mercurial > pidgin
changeset 28324:63e39358eb24
Remove a stray printf()
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 04 Oct 2009 18:01:17 +0000 |
parents | 1ef332689ea2 |
children | f7d7cf32a715 |
files | pidgin/plugins/xmppconsole.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/xmppconsole.c Sun Oct 04 17:53:22 2009 +0000 +++ b/pidgin/plugins/xmppconsole.c Sun Oct 04 18:01:17 2009 +0000 @@ -660,7 +660,6 @@ gtk_combo_box_remove_text(GTK_COMBO_BOX(console->dropdown), i); console->accounts = g_list_remove(console->accounts, gc); - printf("%s\n", purple_account_get_username(gc->account)); console->count--; if (gc == console->gc) {