From 74b6039c5287b433038a5ece91874f19a862a184 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 1 Apr 2000 04:16:39 +0000 Subject: remove debugging printf()s that no longer seem useful svn path=/trunk/; revision=2274 --- camel/gmime-content-field.c | 1 - 1 file changed, 1 deletion(-) (limited to 'camel/gmime-content-field.c') diff --git a/camel/gmime-content-field.c b/camel/gmime-content-field.c index 07924c1915..7aa4885511 100644 --- a/camel/gmime-content-field.c +++ b/camel/gmime-content-field.c @@ -370,7 +370,6 @@ gmime_content_field_construct_from_string (GMimeContentField *content_field, con if (i != first) param_value = g_strndup (string+first, i-first); else param_value = g_strdup (""); CAMEL_LOG_TRACE ( "GMimeContentField::construct_from_string, Found mime parameter \"%s\"=\"%s\"\n", param_name, param_value); - printf( "GMimeContentField::construct_from_string, Found mime parameter \"%s\"=\"%s\"\n", param_name, param_value); string_trim (param_value, " \t\"", STRING_TRIM_STRIP_TRAILING | STRING_TRIM_STRIP_LEADING); gmime_content_field_set_parameter (content_field, param_name, param_value); g_free (param_name); -- cgit v1.2.3