Skip to content

Commit

Permalink
Chore: #144 불필요한 데이터 출력 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonyesol committed Sep 22, 2024
1 parent fcd9b76 commit 174351b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mocks/services/authServiceHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const authServiceHandler = [
return HttpResponse.json({ message: '비밀번호를 다시 확인해주세요.' }, { status: 400 });

USER_INFO_DUMMY.password = newPassword;
console.log(USER_INFO_DUMMY);
return HttpResponse.json(null, { status: 200 });
}),
];
Expand Down

0 comments on commit 174351b

Please sign in to comment.