mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Removed logging, as it has served its purpose
This commit is contained in:
parent
6ec8f1eb4f
commit
c3e35975aa
@ -117,8 +117,6 @@ void input_vgmstream::get_info(file_info & p_info,abort_callback & p_abort ) {
|
||||
int total_samples = -1;
|
||||
int loop_start = -1, loop_end = -1;
|
||||
|
||||
console::formatter() << "vgmstream checking file info for " << filename;
|
||||
|
||||
getfileinfo(filename, NULL, &length_in_ms, &total_samples, &loop_start, &loop_end, &samplerate, &channels, p_abort);
|
||||
|
||||
p_info.info_set_int("samplerate", samplerate);
|
||||
|
Loading…
x
Reference in New Issue
Block a user