From 3fb11f9003e2cda736264a4ff53c7984ee366433 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 17 Jul 2001 21:26:10 +0000 Subject: Remove the debugging message here. * gal/widgets/e-unicode.c (e_utf8_to_gtk_string_sized): Remove the debugging message here. svn path=/trunk/; revision=11179 --- widgets/misc/e-unicode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'widgets') diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c index d84ed0e683..acb4898120 100644 --- a/widgets/misc/e-unicode.c +++ b/widgets/misc/e-unicode.c @@ -359,7 +359,6 @@ e_utf8_to_gtk_string_sized (GtkWidget *widget, const gchar *string, gint bytes) *ob = '\0'; - d(printf("utf8_to_gtk: %s => %s\n", string, new)); return new; } -- cgit