diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/pcmbuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index 1f08274..ae8f0c2 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -149,7 +149,6 @@ static void pcmbuf_callback(unsigned char** start, long* size) pcmbuf_event_handler(); } - logf("cbfm:%d", *size); if(pcmbuf_unplayed_bytes <= pcmbuf_watermark) { if(pcmbuf_watermark_event) |