forgot to remove some debug statements

git-svn-id: https://svn.musicpd.org/mpd/trunk@2925 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2005-02-02 02:24:40 +00:00
parent c87b9cf439
commit 09a87803a1
1 changed files with 0 additions and 2 deletions

View File

@ -192,10 +192,8 @@ int mpc_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream)
dc->seek = 0;
}
DEBUG("HERE 1\n");
ret = mpc_decoder_decode(&decoder, sample_buffer,
&vbrUpdateAcc, &vbrUpdateBits);
DEBUG("HERE 2\n");
if(ret <= 0 || dc->stop ) {
eof = 1;