From 31c8973f93ef38cc22aed29a8d353a5c8021acc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 10 Jan 2023 11:09:09 +0100 Subject: [PATCH] remove livestream from mypy ignore and remove dead code from smtp --- lnbits/extensions/smtp/templates/smtp/display.html | 10 ---------- pyproject.toml | 1 - 2 files changed, 11 deletions(-) diff --git a/lnbits/extensions/smtp/templates/smtp/display.html b/lnbits/extensions/smtp/templates/smtp/display.html index 7db4a0d66..f60d22c15 100644 --- a/lnbits/extensions/smtp/templates/smtp/display.html +++ b/lnbits/extensions/smtp/templates/smtp/display.html @@ -38,9 +38,6 @@ type="submit" >Submit - Cancel @@ -104,13 +101,6 @@ }, methods: { - resetForm: function (e) { - e.preventDefault() - this.formDialog.data.subject = '' - this.formDialog.data.receiver = '' - this.formDialog.data.message = '' - }, - closeReceiveDialog: function () { var checker = this.receive.paymentChecker dismissMsg() diff --git a/pyproject.toml b/pyproject.toml index c3026c6f0..e9c4aa90e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,6 @@ files = "lnbits" exclude = """(?x)( ^lnbits/extensions/bleskomat. | ^lnbits/extensions/boltz. - | ^lnbits/extensions/livestream. | ^lnbits/wallets/lnd_grpc_files. )"""