Skip to content

Commit

Permalink
fix: console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
esthel7 authored and kcwww committed Dec 12, 2023
1 parent 5b0851f commit 6e21c86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions front/src/pages/Make/Snowball/MainDeco/MakeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ const MakeButton = (props: ButtonProps) => {

axios
.post('/api/snowball', snowballInfo, { withCredentials: true })
.then(() => {
// console.log(res);
// 이건 토스트메시지 추가할거임
})
.catch(() => navigate('/'));

props.view[1](!props.view[0]);
Expand Down

0 comments on commit 6e21c86

Please sign in to comment.