diff --git a/components/SearchBar.tsx b/components/SearchBar.tsx index 32e358c..673e909 100644 --- a/components/SearchBar.tsx +++ b/components/SearchBar.tsx @@ -88,7 +88,6 @@ const SearchBar: React.FC = ({ counts, sidebarOpen }) => { inputValue ) ) { - console.log("searching mods"); results = results.concat( modSearch.current.search(inputValue).sort((resultA, resultB) => { if (counts) {