From f90d524db34db50df1baad3410162d4301de34c9 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Tue, 5 Jun 2001 17:48:07 +0000 Subject: Oops. Forgot to remove some debugging code before committing. svn path=/trunk/; revision=10119 --- widgets/text/e-completion.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'widgets/text/e-completion.c') diff --git a/widgets/text/e-completion.c b/widgets/text/e-completion.c index 5aea08de98..f15ce3027e 100644 --- a/widgets/text/e-completion.c +++ b/widgets/text/e-completion.c @@ -314,26 +314,10 @@ e_completion_sort (ECompletion *complete) gboolean diff; gint count; - FILE *out = fopen ("/tmp/assbarn", "a"); - fprintf (out, "---------------------------------------\n"); - for (i = complete->priv->matches; i != NULL; i = g_list_next (i)) { sort_list = g_list_append (sort_list, i->data); - { - ECompletionMatch *match = (ECompletionMatch *) i->data; - fprintf (out, "%s / %s / %g / %d / %d\n", - match->match_text, - match->menu_text, - match->score, - match->sort_major, - match->sort_minor); - } - - } - fclose (out); - sort_list = g_list_sort (sort_list, (GCompareFunc) e_completion_match_compare_alpha); -- cgit v1.2.3