[gmime] Removed debugging printf
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Removed debugging printf
- Date: Mon, 29 Nov 2010 04:04:11 +0000 (UTC)
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]