We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb6785 commit 3aee76dCopy full SHA for 3aee76d
scaladoc/resources/dotty_res/scripts/components/DocumentableList.js
@@ -177,8 +177,6 @@ class List {
177
.every(([filterKey, value]) => {
178
const filterGroup = filter.filters[filterKey]
179
180
- console.log(Object.entries(filterGroup).filter(arr => arr[1].selected))
181
-
182
return Object.entries(filterGroup).filter(arr => arr[1].selected).length == 0 || value.split(",").some(v => (filterGroup && filterGroup[v].selected))
183
})
184
0 commit comments