# HG changeset patch
# User Sadrul Habib Chowdhury <imadil@gmail.com>
# Date 1168674332 0
# Node ID 1f33d20e973dac9dd63797a0c94a5ab363b2cb42
# Parent  ac460d00e23558eb8177d4f1ce219645628ecbe8
[gaim-migrate @ 18117]
Remove random debug message. This was never meant to be committed.

committer: Tailor Script <tailor@pidgin.im>

diff -r ac460d00e235 -r 1f33d20e973d gtk/gtknotify.c
--- a/gtk/gtknotify.c	Fri Jan 12 22:48:13 2007 +0000
+++ b/gtk/gtknotify.c	Sat Jan 13 07:45:32 2007 +0000
@@ -157,7 +157,6 @@
 static void
 reset_mail_dialog(GtkDialog *dialog)
 {
-	gaim_debug_fatal("WRTF!!", "resetting mail dialog\n");
 	gtk_widget_destroy(mail_dialog->dialog);
 	g_free(mail_dialog);
 	mail_dialog = NULL;