FixedFloat: Remove debugger statement in JS

This commit is contained in:
d11n
2024-12-12 13:23:53 +01:00
committed by GitHub
parent d508a91d97
commit ae528ddf40

View File

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