Commit a686436c authored by J. Alexander Treuman's avatar J. Alexander Treuman

jat's tip of the day: remember to remove your silly debug messages before committing

git-svn-id: https://svn.musicpd.org/mpd/trunk@4459 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 356f16a8
......@@ -381,7 +381,6 @@ static int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag,
if ((data->frame.header.layer != MAD_LAYER_III) &&
(data->frame.header.layer != MAD_LAYER_II) &&
(data->frame.header.layer != MAD_LAYER_I)) {
DEBUG("HERE 1\n");
return DECODE_SKIP;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment