From 073970ec4a5f1d309127f4213ac9f965f9d44043 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Tue, 25 Jul 2006 20:09:24 +0000 Subject: Removing my stupid debug messages for testing xing git-svn-id: https://svn.musicpd.org/mpd/trunk@4457 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mp3_plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inputPlugins') diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index 9bb5841d1..8d0df599e 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -557,9 +557,7 @@ static int decodeFirstFrame(mp3DecodeData * data, DecoderControl * dc, found_xing = parse_xing(&xing, &ptr, &bitlen); if (found_xing) { - DEBUG("yay xing works!\n"); if (xing.flags & XING_FRAMES) { - DEBUG("yay we got frames from xing!\n"); mad_timer_t duration = data->frame.header.duration; mad_timer_multiply(&duration, xing.frames); data->muteFrame = MUTEFRAME_SKIP; -- cgit v1.2.3