diff --git a/index.html b/index.html
index f706c8f..6e6da4b 100644
--- a/index.html
+++ b/index.html
@@ -2853,7 +2853,6 @@
function togglePrivateKeyVisibility(input) {
- console.log(input)
const target = input.closest("sm-input");
// const checkBalanceButton = document.querySelector("#check_balance_button");
console.log(target)
@@ -2977,7 +2976,6 @@
});
}
function handleSenderInput(e) {
- console.log(e.target.isValid)
getRef("check_balance_button").disabled = false;
if (!e.target.isValid) {
// getRef("sender_balance_container").classList.add("hidden");