[gmime/gmime-2-4] removed debug printf



commit d3340fee99dac1774f2d11b8b674a74e64e7c948
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sat Sep 25 22:42:49 2010 -0400

    removed debug 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 3a5929f..a1972ab 100644
--- a/gmime/gmime-utils.c
+++ b/gmime/gmime-utils.c
@@ -2054,7 +2054,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]