Skip to content

Commit

Permalink
chore: 디버깅용 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
wonyongChoi05 committed Oct 9, 2023
1 parent 90e9699 commit e1ee956
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public List<GithubPrInfoResponse> getPrsByRepoName(final Long memberId, final St
if (accessTokenOptional.isPresent()) {
final String accessToken = accessTokenOptional.get().getToken();
List<GithubPrInfoResponse> prsByRepoName = webClientGithubClient.getPrsByRepoName(accessToken, repo);
System.out.println("API 요청 모두 완료");
return prsByRepoName;
}
// 액세스 토큰이 만료되었다면 리프레시 토큰으로 액세스 토큰 재발급 후 재발급 받은 액세스 토큰으로 요청
Expand Down

0 comments on commit e1ee956

Please sign in to comment.