Skip to content

Commit

Permalink
hotfix : 로그부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Nov 13, 2024
1 parent 2683f49 commit 5e44002
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public ResponseEntity<ResponseDto<EmployeeProfileResponse>> employeeAll(
@Operation(summary = "구직자 경력사항 추가")
public ResponseEntity<ResponseDto<Void>> addCareer(@RequestBody @Valid CareerAddRequest request,
@Parameter(hidden = true) @CurrentUser Long userId) {
log.info("CareerAddRequest: {}", request);
userProfileService.addCareer(request, userId);
return ResponseEntity.ok(
ResponseDto.response(CAREER_ADD_SUCCESS.getCode(),
Expand Down

0 comments on commit 5e44002

Please sign in to comment.