Skip to content

Commit

Permalink
chore: remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianchii committed Nov 2, 2023
1 parent 3d89b03 commit 5521aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/account-security.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ <h5 class="card-title">Delete Account</h5>
const buttonDeleteAccount = document.getElementById("btn-delete-account")
checkbox.addEventListener("change", function() {
const checked = checkbox.checked
console.log(checked)
if (checked) {
buttonDeleteAccount.removeAttribute("disabled")
} else {
Expand Down

0 comments on commit 5521aa9

Please sign in to comment.