clean up logs
This commit is contained in:
@@ -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)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user