Don't println

This commit is contained in:
Aode (lion) 2021-10-28 00:18:18 -05:00
parent f596edc363
commit 657152e1a8
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ impl Config {
base_config.merge(config::Environment::with_prefix("PICTRS").separator("__"))?; base_config.merge(config::Environment::with_prefix("PICTRS").separator("__"))?;
let config: Self = base_config.try_into()?; let config: Self = base_config.try_into()?;
println!("{:#?}", config);
Ok(config) Ok(config)
} }