Skip to content

Commit

Permalink
chore: #68 로그 출력 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxxgsoo committed Sep 28, 2024
1 parent 1fdb0d6 commit 9a68955
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/cabin/plat/global/util/S3FileComponent.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ public String uploadFile(String category, MultipartFile multipartFile) {
} catch (AmazonS3Exception e) {
// S3 업로드 실패 시 에러 코드 분기
if (isImage) {
System.out.println("TEST");
System.out.println(e.getMessage());
System.out.println(isImage);
throw new RestApiException(S3ErrorCode.FAILED_UPLOAD_S3_IMAGE);
} else {
throw new RestApiException(S3ErrorCode.FAILED_UPLOAD_S3_FILE);
Expand Down

0 comments on commit 9a68955

Please sign in to comment.