Remove console.log

This commit is contained in:
Tyler Hallada 2022-03-23 11:19:09 -04:00
parent dbd6c02264
commit c58a3a0316

View File

@ -88,7 +88,6 @@ const SearchBar: React.FC<Props> = ({ counts, sidebarOpen }) => {
inputValue inputValue
) )
) { ) {
console.log("searching mods");
results = results.concat( results = results.concat(
modSearch.current.search(inputValue).sort((resultA, resultB) => { modSearch.current.search(inputValue).sort((resultA, resultB) => {
if (counts) { if (counts) {