changeset 3684:701348164c61

[gaim-migrate @ 3814] hmm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 14 Oct 2002 04:55:45 +0000
parents e3583f15dfe0
children 62f20f76bcee
files src/conversation.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Mon Oct 14 04:52:31 2002 +0000
+++ b/src/conversation.c	Mon Oct 14 04:55:45 2002 +0000
@@ -2900,8 +2900,6 @@
 	GtkStyle *style;
 	struct conversation *c;
 	
-	printf("THIS GOT CALLED.\n");
-
 	if ((convo_options & OPT_CONVO_COMBINE) &&
 	    (im_options & OPT_IM_ONE_WINDOW) &&
 	    (chat_options & OPT_CHAT_ONE_WINDOW)) {
@@ -3116,8 +3114,6 @@
 			gtk_widget_show(convo_notebook);
 			convo_menubar = menubar;
 
-			printf("I GOT HERE BIZNOTCHY.\n");
-
 			gtk_container_add(GTK_CONTAINER(win), testidea);
 			gtk_signal_connect(GTK_OBJECT(convo_notebook), "switch-page",
 					   GTK_SIGNAL_FUNC(convo_switch), NULL);