Skip to content

Commit

Permalink
console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jisupark123 committed Aug 28, 2023
1 parent c917442 commit a069ac4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion apis/patchResetPassword.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export async function patchResetPassword({
renewPassword,
});
if (!response.data.check) {
console.log('오류');
throw new IeumError(400);
}
return response;
Expand Down
1 change: 0 additions & 1 deletion components/authEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export default function AuthEmail({ title, screenType, moveNextPage, setEmail }:
clearInterval(timer);
setAuthNumberIsValid('timeOver');
setTimerStarted(false);
console.log('타이머가 종료되었습니다.');
}

return () => {
Expand Down
1 change: 0 additions & 1 deletion components/pages/join/join-Email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const JoinEmail: React.FC<JoinEmailProps> = ({ joinChangeHandler }) => {
clearInterval(timer);
setAuthNumberIsValid('timeOver');
setTimerStarted(false);
console.log('타이머가 종료되었습니다.');
}

return () => {
Expand Down
1 change: 0 additions & 1 deletion components/pages/password/password-Email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const PasswordEmail: React.FC<PasswordEmailProps> = ({ moveNextPage, setEmail })
clearInterval(timer);
setAuthNumberIsValid('timeOver');
setTimerStarted(false);
console.log('타이머가 종료되었습니다.');
}

return () => {
Expand Down

0 comments on commit a069ac4

Please sign in to comment.