diff --git a/lnbits/core/static/js/wallet.js b/lnbits/core/static/js/wallet.js index ed997ab4..f872ad09 100644 --- a/lnbits/core/static/js/wallet.js +++ b/lnbits/core/static/js/wallet.js @@ -617,7 +617,6 @@ new Vue({ }) }, updateWalletName: function () { - console.log(this.newName, this.g) let newName = this.newName let adminkey = this.g.wallet.adminkey if (!newName || !newName.length) return