[gmime] Removed debugging printf



commit 5f9194dfb6154615e185ed9c9e4985cec0fffc40
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sun Nov 28 20:17:39 2010 -0500

    Removed debugging printf

 gmime/gmime-utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gmime/gmime-utils.c b/gmime/gmime-utils.c
index 7c7082c..b72d885 100644
--- a/gmime/gmime-utils.c
+++ b/gmime/gmime-utils.c
@@ -2050,7 +2050,6 @@ g_mime_utils_header_decode_phrase (const char *phrase)
 			}
 			
 			n = (size_t) (inptr - word);
-			printf ("decoding word: %.*s\n", n, word);
 			if (is_rfc2047_encoded_word (word, n)) {
 				if ((decoded = rfc2047_decode_word (word, n))) {
 					/* rfc2047 states that you must ignore all



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]