removed some unused methods

This commit is contained in:
Tiago vasconcelos 2021-06-18 10:12:54 +01:00
parent 26cf51c11c
commit 8d7dae5ba7

View file

@ -134,14 +134,6 @@
}
},
methods: {
// cancelPayment: function () {
// this.paymentReq = null
//
// if (this.paymentDialog.dismissMsg) {
// this.paymentDialog.dismissMsg()
// }
// },
// closeReceiveDialog() {},
payForSong(song_id, name, artist, image) {
self = this
self.receive.name = name
@ -272,8 +264,6 @@
.catch(err => {
LNbits.utils.notifyApiError(err)
})
// this.startPaymentNotifier()
}
})
</script>