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
This commit is contained in:
Dan Winship
2001-07-17 21:26:10 +00:00
parent 82e5cef219
commit 3fb11f9003

View File

@ -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;
}