Skip to content

Commit

Permalink
Delete .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
TreehouseFalcon committed Dec 21, 2023
1 parent 5d6120c commit 429a0b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions mantle/rbx_mantle/src/state/aws_credentials_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ async fn chain_provider_credentials(
}
if let Some(ref profile_provider) = provider.profile_provider {
// Check standard profile credentials first //
println!("Checking profile provider (credentials)");
if let Ok(creds) = profile_provider.credentials().await {
return Ok(creds);
}
Expand All @@ -100,7 +99,6 @@ async fn chain_provider_credentials(
.expect(format!("Failed to load AWS config ({:?})", get_config_path()).as_str());
let profile_name = profile_provider.profile();
println!("profile name: {}", profile_name);
println!("config path: {:?}", get_config_path());

let target_section = aws_config
.iter()
Expand Down

0 comments on commit 429a0b8

Please sign in to comment.