Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] 불필요한 console.log 코드 제거 및 Error 방식 통일 및 README 파일 일부 수정 #106

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

Hooni07
Copy link
Contributor

@Hooni07 Hooni07 commented Mar 10, 2024

변경 사항

  • 불필요하게 사용된 console.log 내용 삭제 및 오류 수정
  • try-catch문에서 error 감지 시 throw new Error() 형태로 수정
  • README 파일에 본인 수행 역할 추가 반영

관련 이슈

#1 #61

@Hooni07 Hooni07 added Common 공통 component 및 elemnet 관련 refactor 코드 수정, 리펙토링 및 모듈화 관련 작업 labels Mar 10, 2024
@Hooni07 Hooni07 changed the title [Refactor] 불필요한 console.log 코드 제거 및 Error 방식 통일 [Refactor] 불필요한 console.log 코드 제거 및 Error 방식 통일 및 README 파일 일부 수정 Mar 10, 2024
@Hooni07 Hooni07 added the documentation Improvements or additions to documentation label Mar 10, 2024
@@ -273,7 +273,6 @@ function WritingForm({ isBtnDisabled }) {
content: contents,
font: fonts,
};
console.log(data);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이제는 지워도 되는 상황이었네요! 제가 까먹고 못 지웠는데 해결해주셔서 감사합니다 =)

@minjo0n61 minjo0n61 merged commit 93cee06 into Sprint4Team16:dev Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Common 공통 component 및 elemnet 관련 documentation Improvements or additions to documentation refactor 코드 수정, 리펙토링 및 모듈화 관련 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants