Skip to content

Commit

Permalink
refactor: console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ienrum committed Jul 2, 2024
1 parent 02b7a99 commit b6ba02b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const CommentFormModal = () => {
}, [router, pathWithoutParams]);

useEffect(() => {
console.log(isExistedParams);
if (isExistedParams) open();
}, [isExistedParams, open]);

Expand Down

0 comments on commit b6ba02b

Please sign in to comment.