Skip to content

Commit dee3dd1

Browse files
committed
fix: console 제거
1 parent 8b0418d commit dee3dd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/user/application/user.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export class UserController {
4747
async getMe(@Req() request: any): Promise<MeResDto> {
4848
const userId = request.user.id;
4949
const meEntity = await this.getMeUsecase.execute(userId);
50-
console.log(meEntity);
5150
return meEntity;
5251
}
5352

0 commit comments

Comments
 (0)