Merge pull request #77 from dennisreimann/patch-3

FixedFloat: Remove debugger statement in JS
This commit is contained in:
Andrew Camilleri
2024-12-16 14:08:15 +01:00
committed by GitHub

View File

@@ -68,7 +68,6 @@
return this.model.invoiceBitcoinUrl.slice(index + "lightning=".length);
},
url () {
debugger;
const address = this.lightning || this.model.address;
return "https://widget.ff.io/?" +
`to=${this.settleMethodId}` +