Commit 4d14e3a4 authored by Warren Dukes's avatar Warren Dukes

remove an errant AHHHH

git-svn-id: https://svn.musicpd.org/mpd/trunk@1284 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 2858bcb8
...@@ -272,7 +272,6 @@ int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag) { ...@@ -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 {
......
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