Removed logging, as it has served its purpose

This commit is contained in:
Chris Moeller 2014-03-16 20:25:40 -07:00
parent 6ec8f1eb4f
commit c3e35975aa

View File

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