Removed old commented logging code

Former-commit-id: 9b20f7b7a979de3377f1da84d46e23ddd0ef6c11
This commit is contained in:
Joshua Barretto 2019-04-25 13:06:59 +01:00
parent abaab5787b
commit dc86b4d14e

View File

@ -83,9 +83,6 @@ fn main() {
};
let window = Window::new(&settings).expect("Failed to create window");
// Set up file logging
//simple_logging::log_to_file(&settings.log.file, log::LevelFilter::Info);
// Init logging
CombinedLogger::init(vec![
TermLogger::new(log::LevelFilter::Warn, Config::default()).unwrap(),