clean up logs
This commit is contained in:
parent
301cc6229e
commit
5797f0a77d
1 changed files with 0 additions and 4 deletions
|
|
@ -429,7 +429,6 @@
|
|||
this.settings = response.data
|
||||
this.formData = _.clone(this.settings)
|
||||
this.updateFundingData()
|
||||
console.log(this.settings)
|
||||
})
|
||||
.catch(function (error) {
|
||||
LNbits.utils.notifyApiError(error)
|
||||
|
|
@ -448,8 +447,6 @@
|
|||
data
|
||||
)
|
||||
.then(response => {
|
||||
console.log(response)
|
||||
if (response.status != 200) throw new Error('Request Failed')
|
||||
this.needsRestart =
|
||||
this.settings.lnbits_backend_wallet_class !==
|
||||
this.formData.lnbits_backend_wallet_class
|
||||
|
|
@ -463,7 +460,6 @@
|
|||
})
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error(error)
|
||||
LNbits.utils.notifyApiError(error)
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue