diff --git a/src/core/config.rs b/src/core/config.rs index 853f53f..fd88fcf 100644 --- a/src/core/config.rs +++ b/src/core/config.rs @@ -78,8 +78,6 @@ impl Configuration { } } - println!("{:?}", cfg); - Ok(cfg) }