forked from github-starred/komodo
remove console log
This commit is contained in:
@@ -31,7 +31,6 @@ const Home: Component<{}> = (p) => {
|
||||
.split(" ")
|
||||
.filter((term) => term.length > 0)
|
||||
.map((term) => term.toLowerCase());
|
||||
console.log(filters);
|
||||
return servers.ids()?.filter((id) => {
|
||||
const name = servers.get(id)!.name;
|
||||
for (const term of filters) {
|
||||
|
||||
Reference in New Issue
Block a user