Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
andymantell committed Nov 30, 2023
1 parent a29d75d commit 82a38b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/button/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class Button {
event.preventDefault()
// trigger the target's click event
target.click()
console.log('Space click')
}
}

Expand Down

0 comments on commit 82a38b5

Please sign in to comment.