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);