mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-25 02:51:17 +00:00
Don't println
This commit is contained in:
parent
f596edc363
commit
657152e1a8
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ impl Config {
|
|||
base_config.merge(config::Environment::with_prefix("PICTRS").separator("__"))?;
|
||||
|
||||
let config: Self = base_config.try_into()?;
|
||||
println!("{:#?}", config);
|
||||
|
||||
Ok(config)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue