Skip to content

Commit

Permalink
chore: remove dbg statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Nov 2, 2024
1 parent 39e4d62 commit 72e6e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/services/azblob/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ impl Access for AzblobBackend {
match status {
StatusCode::OK => {
let headers = resp.headers();
dbg!(&headers);
let mut meta = parse_into_metadata(path, headers)?;
// TODO: Refactor in common with s3 metadata parsing
// do the same as in parse_into_metadata... but for user metadata
Expand Down

0 comments on commit 72e6e10

Please sign in to comment.