From 7e78fb455c5b597343b06c455823f9ad05861416 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 1 Jun 2004 12:53:25 +0000 Subject: remove some debug code git-svn-id: https://svn.musicpd.org/mpd/trunk@1282 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mp3_plugin.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/inputPlugins/mp3_plugin.c') diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index d0d98b045..0cf6d2662 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -261,18 +261,14 @@ int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag) { (data->stream).bufend- (data->stream).this_frame); - printf("HERE 1\n"); if(tagsize>0) { - printf("HERE 1-1\n"); if(tag) *tag =mp3_parseId3Tag(data, tagsize); else { mad_stream_skip(&(data->stream), tagsize); } - printf("HERE 1-2\n"); return DECODE_CONT; } - printf("HERE 2\n"); } #endif if(MAD_RECOVERABLE((data->stream).error)) { -- cgit v1.2.3