Removed line for debugging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9929db6c5b
commit
e092990e17
@ -5,8 +5,6 @@ pub fn load_config() -> Config {
|
||||
let global_config_path: String = find_global_config_path();
|
||||
let home_config_path: String = find_home_config_path();
|
||||
|
||||
println!("{}", Path::new(&global_config_path).exists());
|
||||
|
||||
let settings = Config::builder()
|
||||
// Add in `./Settings.toml`
|
||||
.add_source(config::File::with_name(&global_config_path).required(false))
|
||||
|
Loading…
Reference in New Issue
Block a user