Former-commit-id: 288b2b5d5872aebd255e464c921521c0b8b864fa
This commit is contained in:
Imbris 2019-05-27 14:11:22 -04:00
parent 34564c22fa
commit 270b9c9e4c

View File

@ -89,7 +89,6 @@ fn main() {
settings,
};
// Initialize logging.
let term_log_level = std::env::var_os("VOXYGEN_LOG")
.and_then(|env| env.to_str().map(|s| s.to_owned()))