diff --git a/src/Create.jsx b/src/Create.jsx index c6772a30..ee256308 100644 --- a/src/Create.jsx +++ b/src/Create.jsx @@ -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