Removed line for debugging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-10-26 09:32:38 -04:00
parent 9929db6c5b
commit e092990e17

View File

@ -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))