Skip to content

Commit b7a404c

Browse files
authored
Update s3.rs
1 parent ce8b1bc commit b7a404c

File tree

1 file changed

+0
-1
lines changed
  • atcoder-problems-backend/src

1 file changed

+0
-1
lines changed

atcoder-problems-backend/src/s3.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ impl S3Client {
3636
.bucket
3737
.put_object_with_content_type(path, &data, "application/json;charset=utf-8")
3838
.await?;
39-
log::info!("data={:?}", resp.bytes());
4039
log::info!("status={}", resp.status_code());
4140
Ok(true)
4241
} else {

0 commit comments

Comments
 (0)