mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
Remove console.log from satspay index.html
This commit is contained in:
parent
29a503a0eb
commit
b51bc492fb
1 changed files with 0 additions and 2 deletions
|
@ -630,7 +630,6 @@
|
||||||
'/satspay/api/v1/settings',
|
'/satspay/api/v1/settings',
|
||||||
this.g.user.wallets[0].inkey
|
this.g.user.wallets[0].inkey
|
||||||
)
|
)
|
||||||
console.log('Settings data', data)
|
|
||||||
this.formDialogSettings.data = data
|
this.formDialogSettings.data = data
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
LNbits.utils.notifyApiError(error)
|
LNbits.utils.notifyApiError(error)
|
||||||
|
@ -715,7 +714,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
saveSettings: async function (wallet, data) {
|
saveSettings: async function (wallet, data) {
|
||||||
console.log('wallet', wallet)
|
|
||||||
try {
|
try {
|
||||||
const resp = await LNbits.api.request(
|
const resp = await LNbits.api.request(
|
||||||
'POST',
|
'POST',
|
||||||
|
|
Loading…
Add table
Reference in a new issue