decoder/sndfile: remove debug printf()

This commit is contained in:
Max Kellermann 2014-09-19 22:49:31 +02:00
parent 7c444dea6e
commit f8804c8a56

View File

@ -150,8 +150,6 @@ gcc_pure
static SampleFormat
sndfile_sample_format(const SF_INFO &info)
{
fprintf(stderr, "SNDFILE format=%d\n", info.format & SF_FORMAT_SUBMASK);
switch (info.format & SF_FORMAT_SUBMASK) {
case SF_FORMAT_PCM_S8:
case SF_FORMAT_PCM_U8: