mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +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("__"))?;
|
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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue