From: Lennart Poettering Date: Thu, 26 Jul 2007 19:19:42 +0000 (+0000) Subject: remove some log messages X-Git-Tag: submit/2.0-panda/20130828.192557~2837^2~1^2~419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cc0d0a18f7f4ffd553f0ab40045bcdeda0e590b;p=profile%2Fivi%2Fpulseaudio-panda.git remove some log messages git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1547 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index 44d00ef..e4e931f 100644 --- a/src/pulsecore/sink-input.c +++ b/src/pulsecore/sink-input.c @@ -440,16 +440,12 @@ void pa_sink_input_drop(pa_sink_input *i, size_t length) { /* return; */ /* } */ - pa_log("dropping %u", length); - if (i->thread_info.resampled_chunk.memblock) { size_t l = length; if (l > i->thread_info.resampled_chunk.length) l = i->thread_info.resampled_chunk.length; - pa_log("really dropping %u", l); - i->thread_info.resampled_chunk.index += l; i->thread_info.resampled_chunk.length -= l; @@ -461,8 +457,6 @@ void pa_sink_input_drop(pa_sink_input *i, size_t length) { length -= l; } - pa_log("really remaining %u", length); - if (length > 0) { if (i->thread_info.resampler) {