mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Remove println
This commit is contained in:
parent
c41fab3632
commit
3aecef3a9e
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@ pub(crate) fn configure() -> color_eyre::Result<(Configuration, Operation)> {
|
||||||
.add_source(config::Config::try_from(&config_format)?)
|
.add_source(config::Config::try_from(&config_format)?)
|
||||||
.build()?;
|
.build()?;
|
||||||
|
|
||||||
println!("{built:?}");
|
|
||||||
|
|
||||||
let config: Configuration = built.try_deserialize()?;
|
let config: Configuration = built.try_deserialize()?;
|
||||||
|
|
||||||
if let Some(save_to) = save_to {
|
if let Some(save_to) = save_to {
|
||||||
|
|
Loading…
Reference in a new issue