Skip to content

Commit

Permalink
feat : update hooks/useGetSearchList.js (#85)
Browse files Browse the repository at this point in the history
console.log 삭제
  • Loading branch information
JungYeonHwi committed Nov 2, 2023
1 parent 171ea00 commit bb05d20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hooks/useGetSearchList.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ const useGetSearchList = (searchKeyword) => {

getSearchList();
}, [searchKeyword]);


console.log(data)

return data;
}
Expand Down

0 comments on commit bb05d20

Please sign in to comment.