Skip to content

Commit d4f8782

Browse files
committed
remove log
1 parent 90d0623 commit d4f8782

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

assets/js/hooks/collapsible.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const CollapsibleChevronOnly = {
1010
this.details = this.el.parentElement;
1111
this.handleClick = (e) => {
1212
if (e.target === this.chevron) {
13-
console.log('open');
1413
this.details.open = !this.details.open;
1514
}
1615
e.preventDefault();

0 commit comments

Comments
 (0)