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
)
) {
console.log("searching mods");
results = results.concat(
modSearch.current.search(inputValue).sort((resultA, resultB) => {
if (counts) {