# HG changeset patch # User Paul Aurich # Date 1254679277 0 # Node ID 63e39358eb2402a54e090c92320c652880a1ac2b # Parent 1ef332689ea2737353df7a33534f86ef9d95da62 Remove a stray printf() diff -r 1ef332689ea2 -r 63e39358eb24 pidgin/plugins/xmppconsole.c --- 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) {