From 0b00ef9c5b93f73570034ef93b99f710f59f8929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Fri, 27 Sep 2024 14:41:31 +0200 Subject: [PATCH] fix: remove console log --- pages/send/LNURLPay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/send/LNURLPay.tsx b/pages/send/LNURLPay.tsx index c24c675..06846c4 100644 --- a/pages/send/LNURLPay.tsx +++ b/pages/send/LNURLPay.tsx @@ -24,7 +24,7 @@ export function LNURLPay() { const [amount, setAmount] = React.useState(amountParam); const [comment, setComment] = React.useState(""); const [isAmountReadOnly, setAmountReadOnly] = React.useState(false); - console.log(amountParam, amount) + useEffect(() => { // Handle fixed amount LNURLs if (lnurlDetails.minSendable === lnurlDetails.maxSendable) {