Skip to content

Commit

Permalink
YEL-220 [feat] 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjeongs committed Feb 17, 2024
1 parent d57fb93 commit 8b7727e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public BaseResponse<EventRewardResponse> rewardAdmob(@AccessTokenUser User user,
@GetMapping("/v1/admob/possible/{tag}")
public BaseResponse<GetIsPossibleAdmob> getIsPossibleAdmob(@AccessTokenUser User user,
@PathVariable("tag") String tag) {
System.out.println(" asfsaasdfasdf");
val data = eventService.getIsPossibleAdmob(user.getId(), tag);
return BaseResponse.success(GET_IS_POSSIBLE_ADMOB_SUCCESS, data);
}
Expand Down

0 comments on commit 8b7727e

Please sign in to comment.