diff options
Diffstat (limited to 'src/audioOutput_shout.c')
-rw-r--r-- | src/audioOutput_shout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audioOutput_shout.c b/src/audioOutput_shout.c index 514fbbe68..777fe9c41 100644 --- a/src/audioOutput_shout.c +++ b/src/audioOutput_shout.c @@ -405,8 +405,6 @@ static void shout_sendMetadata(AudioOutput * audioOutput, MpdTag * tag) { } - DEBUG("shout: got tag\n"); - vorbis_analysis_headerout(&(sd->vd), &(sd->vc), &(sd->header_main), &(sd->header_comments), &(sd->header_codebooks)); |