remove an errant AHHHH
git-svn-id: https://svn.musicpd.org/mpd/trunk@1284 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
2858bcb833
commit
4d14e3a4dd
|
@ -272,7 +272,6 @@ int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag) {
|
|||
}
|
||||
#endif
|
||||
if(MAD_RECOVERABLE((data->stream).error)) {
|
||||
if(tag) printf("AHHH\n");
|
||||
return DECODE_SKIP;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue