Remove console.log
This commit is contained in:
parent
dbd6c02264
commit
c58a3a0316
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user