Skip to content

Commit

Permalink
fix: remove leftover dbg (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia authored May 23, 2024
1 parent 3a4fc77 commit 7055d5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/fs/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impl S3Fs {
)
.build(),
);
dbg!(client.config().timeout_config());
Self { client, presigned_url_duration: config.presigned_url_duration }
}

Expand Down

0 comments on commit 7055d5d

Please sign in to comment.