summaryrefslogtreecommitdiff
path: root/utils/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utf8.c')
-rw-r--r--utils/utf8.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/utf8.c b/utils/utf8.c
index b8e3ca504..0482beb4b 100644
--- a/utils/utf8.c
+++ b/utils/utf8.c
@@ -346,10 +346,6 @@ utf8_convert_ret utf8_convert(const char *string, size_t len,
/* perform conversion */
if (iconv(cd, &in, &slen, &out, &rlen) == (size_t)-1) {
-
- printf("Failed, errno == %d (%s)\n",
- errno, strerror(errno));
-
free(temp);
/* clear the cached conversion descriptor as it's invalid */
last_cd.from[0] = '\0';