Skip to content

Commit

Permalink
undo previous
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 10, 2024
1 parent e06c1bc commit 4206a9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/src/config_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ where
}
};

log::info!("{} exists? {}",
freyja_dir_config_path.to_str().unwrap(),
freyja_dir_config_path.exists());

let config_store = config::Config::builder()
.add_source(File::from(default_config_file))
.add_source(File::from(current_dir_config_path).required(false))
Expand Down

0 comments on commit 4206a9f

Please sign in to comment.