Skip to content

Commit

Permalink
fix: #28; remove alert, add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jul 31, 2019
1 parent ad832be commit 98967f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ods-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class OdsButton extends LitElement {
}

buttonCallback() {
alert('Alert: Event not bound to button')
console.log('Alert: Event not bound to button')
}

render() {
Expand Down

0 comments on commit 98967f6

Please sign in to comment.