remove an errant AHHHH

git-svn-id: https://svn.musicpd.org/mpd/trunk@1284 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-06-01 13:36:19 +00:00
parent 2858bcb833
commit 4d14e3a4dd

View File

@@ -272,7 +272,6 @@ int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag) {
} }
#endif #endif
if(MAD_RECOVERABLE((data->stream).error)) { if(MAD_RECOVERABLE((data->stream).error)) {
if(tag) printf("AHHH\n");
return DECODE_SKIP; return DECODE_SKIP;
} }
else { else {