Skip to content

Commit

Permalink
console 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyun0518 committed Feb 13, 2024
1 parent 916534c commit 61188dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/SearchResultPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const SearchResult = () => {
return searchData.then(value => value.data.result);
})
const responses = await Promise.all(requests);
console.log(responses);
responses.forEach((response) => {
const ivideos = response.videos as IVideo[];
dataDuplicateHandler(ivideos, inputValues);
Expand Down

0 comments on commit 61188dc

Please sign in to comment.