aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/imap.c')
-rw-r--r--libsylph/imap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsylph/imap.c b/libsylph/imap.c
index 541e16c4..53d37b58 100644
--- a/libsylph/imap.c
+++ b/libsylph/imap.c
@@ -4754,7 +4754,6 @@ static gchar *imap_utf8_to_modified_utf7(const gchar *from)
gchar *to;
gboolean in_escape = FALSE;
- g_print("imap_utf8_to_modified_utf7\n");
if (!iconv_ok) return g_strdup(from);
if (cd == (iconv_t)-1) {