diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-02-02 02:24:40 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-02-02 02:24:40 +0000 |
commit | 09a87803a150a4259139e8084c9d817cdb3b3c5c (patch) | |
tree | f6d6ee1750e6578720cb716e9100e7c41939d034 /src/inputPlugins | |
parent | c87b9cf439d0ceaae1dbfd092f0ed495845a4564 (diff) | |
download | mpd-09a87803a150a4259139e8084c9d817cdb3b3c5c.tar.gz mpd-09a87803a150a4259139e8084c9d817cdb3b3c5c.tar.xz mpd-09a87803a150a4259139e8084c9d817cdb3b3c5c.zip |
forgot to remove some debug statements
git-svn-id: https://svn.musicpd.org/mpd/trunk@2925 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputPlugins')
-rw-r--r-- | src/inputPlugins/mpc_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inputPlugins/mpc_plugin.c b/src/inputPlugins/mpc_plugin.c index 3550fa2e3..5bccb3f3d 100644 --- a/src/inputPlugins/mpc_plugin.c +++ b/src/inputPlugins/mpc_plugin.c @@ -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; |