Skip to content

Commit

Permalink
Merge pull request #16 from LIKELION-GG/jieun
Browse files Browse the repository at this point in the history
log 제거
  • Loading branch information
Imjieunn authored Aug 5, 2024
2 parents 888740f + f750f90 commit 4581386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const Post = () => {
setInitialized(true);
}, []);

console.log(postData);

const handleInputChange = (e) => {
const { value } = e.target;
setPostData((prev) => ({ ...prev, requirements: value }));
Expand Down

0 comments on commit 4581386

Please sign in to comment.