From 6f5c9a779885f4442203b8f05cd31e0094737587 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 25 Nov 2022 11:06:45 +0200 Subject: [PATCH] chore: code clean-up --- lnbits/extensions/satspay/templates/satspay/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lnbits/extensions/satspay/templates/satspay/index.html b/lnbits/extensions/satspay/templates/satspay/index.html index d0cfc6775..3543dee35 100644 --- a/lnbits/extensions/satspay/templates/satspay/index.html +++ b/lnbits/extensions/satspay/templates/satspay/index.html @@ -539,7 +539,6 @@ '/watchonly/api/v1/config', this.g.user.wallets[0].inkey ) - console.log('### data', data) this.mempool.endpoint = data.mempool_endpoint this.mempool.network = data.network || 'Mainnet' const url = new URL(this.mempool.endpoint)