Skip to content

Commit

Permalink
[chore] #34 - entId 확인용 출력문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
2oo1s committed Nov 15, 2024
1 parent 8e91c19 commit 711eb88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class EnterpriseInfoFacade {
@Transactional(readOnly = true)
public EnterpriseInfoDTO getEnterpriseInfo(Authentication authentication) {
String entId = authenticateUtil.CheckEnterpriseAuthAndGetUserId(authentication);
System.out.println(entId);
return enterpriseService.getEnterpriseInfo(entId);
}

Expand Down

0 comments on commit 711eb88

Please sign in to comment.