diff --git a/src/js/index.js b/src/js/index.js index f13063c..1474512 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -781,7 +781,6 @@ address = bitcoinjs.bitcoin.address.fromOutputScript(scriptpubkey, network) } } - console.log(address); addAddressToList(indexText, address, pubkey, privkey); if (isLast) { hidePending();