Skip to content

Commit

Permalink
Remove console output when printing export commands
Browse files Browse the repository at this point in the history
  • Loading branch information
weixu365 committed Jun 6, 2024
1 parent 2abdab0 commit 2b38eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ async fn main() -> Result<(), AppError> {
tokio::time::sleep(tokio::time::Duration::from_secs(refresh_interval as u64)).await;
}
} else {
println!("Auto refresh is disabled");
assume_role(args).await?;
}

Expand Down

0 comments on commit 2b38eec

Please sign in to comment.