From 081ca505dc842eea662274aee9a25295e3f9c04d Mon Sep 17 00:00:00 2001 From: vspader Date: Mon, 19 Jan 2009 17:16:24 +0000 Subject: [PATCH] Removed debug log. --- Plugins/Flac/FlacDecoder.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Plugins/Flac/FlacDecoder.m b/Plugins/Flac/FlacDecoder.m index 1d568bc17..2bdce617d 100644 --- a/Plugins/Flac/FlacDecoder.m +++ b/Plugins/Flac/FlacDecoder.m @@ -90,8 +90,6 @@ FLAC__StreamDecoderWriteStatus WriteCallback(const FLAC__StreamDecoder *decoder, int sample, channel; int32_t audioSample; - NSLog(@"Bits per sample: %i", frame->header.bits_per_sample); - switch(frame->header.bits_per_sample) { case 8: // Interleave the audio (no need for byte swapping)