Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam committed May 12, 2024
1 parent bb7ae28 commit a03d328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ pub(crate) fn str_option(map: &HashMap<String, String>, key: &str) -> Option<Str
}

if let Some(s) = map.get(&key.to_ascii_lowercase()) {
warn!("********** found lowercase **********: {} : {}", key, s);
return Some(s.to_owned());
}

Expand Down

0 comments on commit a03d328

Please sign in to comment.