From 113ff85f58ccd0316fe74003a6cd53e7037674e0 Mon Sep 17 00:00:00 2001 From: bnnm Date: Sat, 5 Jan 2019 04:32:32 +0100 Subject: [PATCH] Remove debug crap --- src/meta/xwb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/xwb.c b/src/meta/xwb.c index 7a8be9c7..ebb74942 100644 --- a/src/meta/xwb.c +++ b/src/meta/xwb.c @@ -409,7 +409,7 @@ VGMSTREAM * init_vgmstream_xwb(STREAMFILE *streamFile) { xwb.fix_xma_num_samples = 0; } } -VGM_LOG("fix: num=%i, loop=%i\n", xwb.fix_xma_num_samples,xwb.fix_xma_loop_samples); + /* build the VGMSTREAM */ vgmstream = allocate_vgmstream(xwb.channels,xwb.loop_flag);