Cleanup a outcommented debug statement
git-svn-id: https://svn.musicpd.org/mpd/trunk@6736 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
4811eadb4a
commit
e195fb8100
@ -214,11 +214,6 @@ static void putOggCommentsIntoOutputBuffer(OutputBuffer * cb, char *streamName,
|
||||
if (!tag)
|
||||
return;
|
||||
|
||||
/*if(tag->artist) printf("Artist: %s\n", tag->artist);
|
||||
if(tag->album) printf("Album: %s\n", tag->album);
|
||||
if(tag->track) printf("Track: %s\n", tag->track);
|
||||
if(tag->title) printf("Title: %s\n", tag->title); */
|
||||
|
||||
if (streamName) {
|
||||
clearItemsFromMpdTag(tag, TAG_ITEM_NAME);
|
||||
addItemToMpdTag(tag, TAG_ITEM_NAME, streamName);
|
||||
|
Loading…
Reference in New Issue
Block a user