changeset 7951:d40e91c32acf

[gaim-migrate @ 8625] Remove some debugging lines. These had been debugging me for a while. Yeah not really, I just wanted to say that. Sorry. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 29 Dec 2003 06:16:13 +0000
parents 7b8407d8c546
children fb66c2ee4446
files src/gtkrequest.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkrequest.c	Mon Dec 29 06:13:36 2003 +0000
+++ b/src/gtkrequest.c	Mon Dec 29 06:16:13 2003 +0000
@@ -22,7 +22,6 @@
  */
 #include "gtkinternal.h"
 
-#include "debug.h"
 #include "prefs.h"
 
 #include "gtkrequest.h"
@@ -107,8 +106,6 @@
 {
 	const char *value;
 
-	gaim_debug(GAIM_DEBUG_MISC, "gtkrequest", "field_string_focus_out_cb\n");
-
 	if (gaim_request_field_string_is_multiline(field)) {
 		GtkTextBuffer *buffer;
 		GtkTextIter start_iter, end_iter;
@@ -123,8 +120,6 @@
 	else
 		value = gtk_entry_get_text(GTK_ENTRY(entry));
 
-	gaim_debug(GAIM_DEBUG_MISC, "gtkrequest", "'%s' = '%s'\n",
-			   gaim_request_field_get_id(field), value);
 	gaim_request_field_string_set_value(field,
 			(*value == '\0' ? NULL : value));