Skip to content

Commit

Permalink
remove: 테스트용 출력문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Ares-10 authored Aug 7, 2024
1 parent 655a552 commit 569de0d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ public String makeImage(String imageInfo) {
throw new GlobalException(GlobalErrorCode._INTERNAL_SERVER_ERROR);
}

System.out.println(imageGenerateQuery);

try {
ChatGptImageRequest request = new ChatGptImageRequest(imageGenerateQuery);
ChatGptImageResponse response =
Expand Down

0 comments on commit 569de0d

Please sign in to comment.