diff --git a/src/client/actions/airdcpp.actions.tsx b/src/client/actions/airdcpp.actions.tsx index 3cefb33..74550fb 100644 --- a/src/client/actions/airdcpp.actions.tsx +++ b/src/client/actions/airdcpp.actions.tsx @@ -115,11 +115,11 @@ export const search = async (data: SearchData, ADCPPSocket: any) => { // The search can now be considered to be "complete" // If there's an "in progress" indicator in the UI, that could also be disabled here - dispatch({ - type: AIRDCPP_HUB_SEARCHES_SENT, - searchInfo, - instance, - }); + // dispatch({ + // type: AIRDCPP_HUB_SEARCHES_SENT, + // searchInfo, + // instance, + // }); }, instance.id, ); diff --git a/src/client/components/ComicDetail/AcquisitionPanel.tsx b/src/client/components/ComicDetail/AcquisitionPanel.tsx index 1a1e0fc..9913318 100644 --- a/src/client/components/ComicDetail/AcquisitionPanel.tsx +++ b/src/client/components/ComicDetail/AcquisitionPanel.tsx @@ -89,7 +89,6 @@ export const AcquisitionPanel = ( }, []); const getDCPPSearchResults = async (searchQuery) => { - console.log(hubs); const manualQuery = { query: { pattern: `${searchQuery.issueName}`,