diff --git a/src/pages/SearchResultPage.tsx b/src/pages/SearchResultPage.tsx index c64ef94..2593df1 100644 --- a/src/pages/SearchResultPage.tsx +++ b/src/pages/SearchResultPage.tsx @@ -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);