Skip to content

Commit

Permalink
chore: setup cloud todo removed, plan dropped to move it to main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Nov 20, 2024
1 parent 81491c3 commit 58b6dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/orchestrator/src/setup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pub enum SetupConfig {
AWS(SdkConfig),
}

// TODO : move this to main.rs after moving to clap.
// Note: we are using println! instead of tracing::info! because telemetry is not yet initialized
// and it get initialized during the run_orchestrator function.
pub async fn setup_cloud(setup_cmd: &SetupCmd) -> color_eyre::Result<()> {
Expand Down

0 comments on commit 58b6dda

Please sign in to comment.