diff options
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 0 insertions, 2 deletions
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)); |