mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
Remove log
This commit is contained in:
parent
561c3fa8c1
commit
8b5d26bcd8
@ -34,10 +34,9 @@ VGMSTREAM * init_vgmstream_sps_n1(STREAMFILE *streamFile) {
|
||||
break;
|
||||
|
||||
case 2: /* .at3 */
|
||||
VGM_LOG("so=%lx, s=%x\n", subfile_offset,subfile_size );
|
||||
temp_streamFile = setup_sps_streamfile(streamFile, subfile_offset, subfile_size, "at3");
|
||||
if (!temp_streamFile) goto fail;
|
||||
VGM_LOG("4\n");
|
||||
|
||||
vgmstream = init_vgmstream_riff(temp_streamFile);
|
||||
if (!vgmstream) goto fail;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user