From f8804c8a5621d48c85b77cf7ab90153bd340efbc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Sep 2014 22:49:31 +0200 Subject: decoder/sndfile: remove debug printf() --- src/decoder/plugins/SndfileDecoderPlugin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/decoder/plugins/SndfileDecoderPlugin.cxx') diff --git a/src/decoder/plugins/SndfileDecoderPlugin.cxx b/src/decoder/plugins/SndfileDecoderPlugin.cxx index 34b214339..73c8ac945 100644 --- a/src/decoder/plugins/SndfileDecoderPlugin.cxx +++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx @@ -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: -- cgit v1.2.3