Skip to content

Commit 3aee76d

Browse files
committed
Remove console log
1 parent 7cb6785 commit 3aee76d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scaladoc/resources/dotty_res/scripts/components/DocumentableList.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ class List {
177177
.every(([filterKey, value]) => {
178178
const filterGroup = filter.filters[filterKey]
179179

180-
console.log(Object.entries(filterGroup).filter(arr => arr[1].selected))
181-
182180
return Object.entries(filterGroup).filter(arr => arr[1].selected).length == 0 || value.split(",").some(v => (filterGroup && filterGroup[v].selected))
183181
})
184182

0 commit comments

Comments
 (0)