From 14269f70245e1a7cf8bd74b61ca106775ba2750e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 10 Sep 2001 19:48:53 +0000 Subject: Get rid of the g_warning, we no longer really need that. 2001-09-10 Jeffrey Stedfast * camel-charset-map.c (camel_charset_to_iconv): Get rid of the g_warning, we no longer really need that. svn path=/trunk/; revision=12739 --- camel/camel-charset-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-charset-map.c') diff --git a/camel/camel-charset-map.c b/camel/camel-charset-map.c index 5ad5a249af..777f6278dd 100644 --- a/camel/camel-charset-map.c +++ b/camel/camel-charset-map.c @@ -415,7 +415,7 @@ camel_charset_to_iconv (const char *name) } ICONV_CHARSETS_UNLOCK (); - g_warning ("camel_charset_to_iconv (\"%s\") => \"%s\"", name, charset); + /*g_warning ("camel_charset_to_iconv (\"%s\") => \"%s\"", name, charset);*/ return charset; } -- cgit v1.2.3