From 270b9c9e4c690f54e32cfe63fc824b3343323646 Mon Sep 17 00:00:00 2001 From: Imbris Date: Mon, 27 May 2019 14:11:22 -0400 Subject: [PATCH] fmt Former-commit-id: 288b2b5d5872aebd255e464c921521c0b8b864fa --- voxygen/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/voxygen/src/main.rs b/voxygen/src/main.rs index ac451374e4..692425a801 100644 --- a/voxygen/src/main.rs +++ b/voxygen/src/main.rs @@ -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()))