changeset 1924:352bd24e03ef

[gaim-migrate @ 1934] hi there committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 May 2001 00:40:54 +0000
parents e1e0dcfb2fdd
children a54442421428
files src/buddy_chat.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy_chat.c	Wed May 30 23:26:32 2001 +0000
+++ b/src/buddy_chat.c	Thu May 31 00:40:54 2001 +0000
@@ -1010,11 +1010,7 @@
 }
 
 void chat_set_topic(struct conversation *b, char* who, char* topic) {
-
-	debug_printf("event_chat_topic: \"%s\" \"%s\" %s\n", b->name, who, topic);
-
 	gtk_entry_set_text(GTK_ENTRY(b->topic_text), topic);
-
 }