chore: code clean-up

This commit is contained in:
Vlad Stan 2023-02-22 11:38:33 +02:00
parent dd9dbbe818
commit 8df0dc2f52
3 changed files with 0 additions and 10 deletions

View file

@ -132,7 +132,6 @@ async function relayDetails(path) {
)
this.relay = data
console.log('### this.relay', this.relay)
} catch (error) {
LNbits.utils.notifyApiError(error)
}
@ -168,8 +167,6 @@ async function relayDetails(path) {
this.inkey
)
this.accounts = data
console.log('### this.accounts', this.accounts)
} catch (error) {
LNbits.utils.notifyApiError(error)
}