summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/mpgmad/mpgmad.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c
index 65625d68..e3f82efd 100644
--- a/plugins/mpgmad/mpgmad.c
+++ b/plugins/mpgmad/mpgmad.c
@@ -1083,12 +1083,10 @@ cmp3_decode_int16 (mpgmad_info_t *info) {
return 0;
}
else if (readsize == info->buffer.readsize) {
- printf ("cmp3_decode_requested_int16 failed\n");
return 0;
}
}
}
- printf ("cmp3_decode_requested_int16 got %d bytes\n", info->buffer.readsize);
return 0;
}