Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Nov 13, 2023
1 parent b9cb75b commit 348efe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ const Create = () => {
} else {
inputValue = trimPrefix(inputValue, "lightning:");
inputValue = trimBip21Lightning(inputValue);

debugger;
const isInputInvoice = isInvoice(inputValue);
if (isLnurl(inputValue) || isInputInvoice) {
// set receive/send when invoice differs from the amounts
Expand Down

0 comments on commit 348efe7

Please sign in to comment.