Skip to content

Commit

Permalink
remove: 로깅 삭제 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
its-sky committed Oct 25, 2024
1 parent d8439da commit 2b2759c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
import com.depromeet.greeting.port.out.AIPort;
import java.util.Map;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;

@Slf4j
@Component
@RequiredArgsConstructor
public class ClovaStudioManager implements AIPort {
Expand Down

0 comments on commit 2b2759c

Please sign in to comment.