Move base64 implementation to own file.
[paraslash.git] / mp3_afh.c
index 382b0e9091c4cb3d6679f9779ad6faff9fb1fe15..70f2ec9f6b3817887799edab3292f7136aec0a84 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -662,7 +662,6 @@ static int mp3_read_info(unsigned char *map, size_t numbytes, int fd,
                header_mode(&header), tag_versions[ret]);
        return 1;
 err_out:
-       PARA_ERROR_LOG("%s\n", para_strerror(-ret));
        free(afhi->chunk_table);
        return ret;
 }