Skip to content

Commit

Permalink
Remove unused check health for client
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 17, 2024
1 parent cf993f0 commit 84d905b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ async fn main() {
let args = Cli::parse();

let home = &std::env::var("HOME").unwrap();
let config_path = PathBuf::from(home).join(".strikes/configuration.yaml");
let _config = get_configuration(args.config_path.unwrap_or(config_path))
.expect("Faild to read configuration.");
//let config_path = PathBuf::from(home).join(".strikes/configuration.yaml");
// let _config = get_configuration(args.config_path.unwrap_or(config_path))
// .expect("Faild to read configuration.");

// check_health(config.base_url, config.api_key).await;
let db_path = args
Expand Down

0 comments on commit 84d905b

Please sign in to comment.