Skip to content

Commit 156eb3b

Browse files
committed
Delete console.log (I forgot)
1 parent 0b11acb commit 156eb3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/explore-filter/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ export default async function ({ feature, console }) {
201201
if (Object.keys(filterData[id]).length == 0) {
202202
if (button.classList.contains('active')) button.classList.remove('active')
203203
}
204-
console.log(filterData)
205204
filter();
206205
})
207206
tags.appendChild(tag)

0 commit comments

Comments
 (0)