remove metadata debugging code
git-svn-id: https://svn.musicpd.org/mpd/trunk@1378 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -395,7 +395,6 @@ void handleMetadata(OutputBuffer * cb, PlayerControl * pc, int * previous,
|
||||
int meta = cb->metaChunk[cb->begin];
|
||||
if( meta != *previous ) {
|
||||
if( meta >= 0 && cb->metaChunkSet[meta]) {
|
||||
printf("METADATA!, copying it.\n");
|
||||
memcpy(currentChunk,
|
||||
cb->metadataChunks+meta,
|
||||
sizeof(MetadataChunk));
|
||||
@@ -408,7 +407,6 @@ void handleMetadata(OutputBuffer * cb, PlayerControl * pc, int * previous,
|
||||
if(!(*currentChunkSent) && pc->metadataState ==
|
||||
PLAYER_METADATA_STATE_WRITE)
|
||||
{
|
||||
printf("copy metadata to player\n");
|
||||
*currentChunkSent = 1;
|
||||
memcpy(&(pc->metadataChunk), currentChunk,
|
||||
sizeof(MetadataChunk));
|
||||
|
||||
Reference in New Issue
Block a user