mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Merge pull request #77 from dennisreimann/patch-3
FixedFloat: Remove debugger statement in JS
This commit is contained in:
@@ -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}` +
|
||||
|
||||
Reference in New Issue
Block a user