From 1760433061c0d7e2bb1ac964a1a02ff868ad9b5b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 7 Jun 2004 20:47:00 +0000 Subject: remove metadata debugging code git-svn-id: https://svn.musicpd.org/mpd/trunk@1378 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index 1ed2c00ee..267616f91 100644 --- a/src/decode.c +++ b/src/decode.c @@ -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)); -- cgit v1.2.3